|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.ir.gui.typesystem.ModelParticipant
org.jacorb.ir.gui.typesystem.TypeSystemNode
org.jacorb.ir.gui.typesystem.remote.IRNode
org.jacorb.ir.gui.typesystem.remote.IRContainer
org.jacorb.ir.gui.typesystem.remote.IRValue
Field Summary |
---|
Fields inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode |
---|
irObject, repositoryID |
Fields inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode |
---|
absoluteName, name, treeNode |
Constructor Summary | |
---|---|
IRValue()
Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt |
|
IRValue(IRObject irObject)
|
Method Summary | |
---|---|
java.lang.String[] |
allowedToAdd()
Gibt Array mit Strings zur?ck: die Node-Typen, die zu dieser Node hinzugef?gt werden k?nnen. |
java.lang.String |
description()
|
Value[] |
getAbstractBaseValues()
Return the abstract base values of this value. |
TypeSystemNode[] |
getAllFields()
Returns all fields defined here, including fields from the base value and interfaces. |
TypeSystemNode[] |
getAllMembers()
Returns all value members defined here, including value members from the base value. |
TypeSystemNode[] |
getAllOperations()
Returns all operations defined here, including operations from the base value and interfaces, but excluding initializers. |
Value |
getBaseValue()
Return the concrete base value of this value, or null if this base value has no base value. |
Interface[] |
getInterfaces()
Get the interfaces implemented by this value type. |
static java.lang.String |
nodeTypeName()
Gib den Namen des Typen der Node zur?ck, z.B. den IDL-Bezeichner "Module" |
protected void |
setIRObject(IRObject irObject)
Set the CORBA reference of the IR object we represent. |
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRContainer |
---|
contents |
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode |
---|
getAbsoluteName, getTypeCode |
Methods inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode |
---|
compareTo, getInstanceNodeTypeName, getName, insertChild, setAbsoluteName, setName, toString |
Methods inherited from class org.jacorb.ir.gui.typesystem.ModelParticipant |
---|
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IRValue()
public IRValue(IRObject irObject)
irObject
- org.omg.CORBA.IRObjectMethod Detail |
public java.lang.String[] allowedToAdd()
TypeSystemNode
allowedToAdd
in class IRNode
public java.lang.String description()
description
in class IRNode
public TypeSystemNode[] getAllFields()
getAllFields
in interface Value
public TypeSystemNode[] getAllOperations()
getAllOperations
in interface Value
public Value getBaseValue()
getBaseValue
in interface Value
public Value[] getAbstractBaseValues()
public TypeSystemNode[] getAllMembers()
getAllMembers
in interface Value
public Interface[] getInterfaces()
interfaces
array, fill it in with
the InterfaceDef
of the interfaces implemented by the
value type, and return the array.
getInterfaces
in interface Value
interfaces
field.public static java.lang.String nodeTypeName()
TypeSystemNode
protected void setIRObject(IRObject irObject)
setIRObject
in class IRNode
irObject
- The CORBA reference to be set.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |