scs.core
Class FacetDescription

java.lang.Object
  extended by scs.core.FacetDescription
All Implemented Interfaces:
Serializable, IDLEntity

public final class FacetDescription
extends Object
implements IDLEntity

Generated from IDL struct "FacetDescription".

Version:
generated at Feb 10, 2014 8:09:01 AM
Author:
JacORB IDL compiler V 3.1, 19-Aug-2012
See Also:
Serialized Form

Field Summary
 Object facet_ref
           
 String interface_name
           
 String name
           
 
Constructor Summary
FacetDescription()
           
FacetDescription(String name, String interface_name, Object facet_ref)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

interface_name

public String interface_name

facet_ref

public Object facet_ref
Constructor Detail

FacetDescription

public FacetDescription()

FacetDescription

public FacetDescription(String name,
                        String interface_name,
                        Object facet_ref)


Copyright © 2014. All Rights Reserved.