|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.adt.topology.object.properties.PropertyObject
public abstract class PropertyObject
The superclass for all objects in the com.ibm.adt.topology.object.properties package. It provides the implementation for the common set of required getter methods, and provides the interface for PropertyObject sub-classes.
Property
,
PropertyValue
,
PropertyList
,
PropertyArray
,
Serialized FormField Summary | |
---|---|
(package private) int |
hashCode
|
(package private) java.lang.String |
name
|
Constructor Summary | |
---|---|
PropertyObject()
Builds a base PropertyObject. |
Method Summary | |
---|---|
(package private) abstract void |
finalizeProperty()
Finalizes the PropertyObject structure. |
java.lang.String |
getKey()
Gets the key for the given PropertyObject that corresponds to where the PropertyObject resides in the property heirarchy. |
java.lang.String |
getName()
Gets the name of the PropertyObject. |
int |
getOrdinal()
Gets the Property ordinal relative to the property tree it is contained within. |
java.lang.Object |
getParent()
Gets the PropertyObject's immediate parent. |
TopologyObject |
getRoot()
Gets the TopologyObject instance that this PropertyObject belongs to. |
abstract java.lang.String |
peek()
Returns string that peeks the property value. |
(package private) void |
setParent(java.lang.Object parent)
|
(package private) void |
setRoot(TopologyObject root)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String name
int hashCode
Constructor Detail |
---|
PropertyObject()
Method Detail |
---|
public final java.lang.String getKey()
public final java.lang.String getName()
public final TopologyObject getRoot()
public final java.lang.Object getParent()
public final int getOrdinal()
public abstract java.lang.String peek()
final void setParent(java.lang.Object parent)
parent
- the parent to setfinal void setRoot(TopologyObject root)
root
- the root to setabstract void finalizeProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |