public class ObjectRepresentantFactory
extends java.lang.Object
Constructor and Description |
---|
ObjectRepresentantFactory() |
Modifier and Type | Method and Description |
---|---|
static ObjectRepresentant |
create(Object counterPart)
This method was created by a SmartGuide.
|
static ObjectRepresentant |
create(java.lang.Object counterPart,
TypeSystemNode type,
TypeAssociator referencedBy)
This method was created by a SmartGuide.
|
static ObjectRepresentant |
createFromIOR(java.lang.String ior)
This method was created by a SmartGuide.
|
protected static void |
insertFromString(Any result,
java.lang.String value,
TCKind kind)
This method was created by a SmartGuide.
|
static void |
main(java.lang.String[] args)
This method was created by a SmartGuide.
|
static java.lang.Object |
objectFromAny(Any any)
This method was created by a SmartGuide.
|
public static ObjectRepresentant create(java.lang.Object counterPart, TypeSystemNode type, TypeAssociator referencedBy)
counterPart
- java.lang.Objecttype
- TypeSystemNodereferencedBy
- TypeAssociator: das Attribut, das das Objekt enthält (darf null sein)public static ObjectRepresentant create(Object counterPart)
counterPart
- org.omg.CORBA.Objectpublic static ObjectRepresentant createFromIOR(java.lang.String ior)
ior
- java.lang.Stringprotected static void insertFromString(Any result, java.lang.String value, TCKind kind)
public static void main(java.lang.String[] args)
args
- java.lang.String[]public static java.lang.Object objectFromAny(Any any)
any
- org.omg.CORBA.Any