|
||||||||||
| 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
public class 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(org.omg.CORBA.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()
|
protected void |
setIRObject(org.omg.CORBA.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(org.omg.CORBA.IRObject irObject)
irObject - org.omg.CORBA.IRObject| Method Detail |
|---|
public java.lang.String[] allowedToAdd()
TypeSystemNode
allowedToAdd in class IRNodepublic java.lang.String description()
description in class IRNodepublic TypeSystemNode[] getAllFields()
getAllFields in interface Valuepublic TypeSystemNode[] getAllOperations()
getAllOperations in interface Valuepublic Value getBaseValue()
getBaseValue in interface Valuepublic Value[] getAbstractBaseValues()
public TypeSystemNode[] getAllMembers()
getAllMembers in interface Valuepublic 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 Valueinterfaces field.public static java.lang.String nodeTypeName()
protected void setIRObject(org.omg.CORBA.IRObject irObject)
setIRObject in class IRNodeirObject - The CORBA reference to be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||