|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.edm.services.configuration.ObjectNodeConfig
Description of the Class
Constructor Summary | |
ObjectNodeConfig(java.lang.String name)
Constructor for the ObjectNodeConfig object |
Method Summary | |
(package private) void |
addChildConfig(ObjectNodeConfig childConfig)
|
(package private) void |
addFieldConfig(FieldConfig fieldConfig)
|
int |
compareTo(java.lang.Object obj)
|
ObjectNodeConfig |
getChildConfig(java.lang.String childObjectName)
|
ObjectNodeConfig[] |
getChildConfigs()
|
ObjectNodeConfig |
getConfigForNode(java.lang.String nodeName)
|
int |
getDisplayOrder()
Gets the displayOrder attribute of the object |
FieldConfig |
getFieldConfig(java.lang.String fieldName)
Gets the configurationForField attribute of the ObjectNodeConfig object |
FieldConfig |
getFieldConfig(java.lang.String objRef,
java.lang.String fieldName)
|
FieldConfig[] |
getFieldConfigs()
|
FieldConfig[] |
getKeyFieldConfigs()
Gets the keyFieldConfigList attribute of the EnterpriseObjectConfig object |
boolean |
getMustDelete()
Gets the mustDelete attribute of the object |
java.lang.String |
getName()
|
ObjectNodeConfig |
getParentNode()
|
boolean |
isRootNode()
|
(package private) void |
setDisplayOrder(int val)
Sets the displayOrder attribute of the object |
(package private) void |
setMustDelete(boolean val)
Sets the mustDelete attribute of the object |
void |
setParentNode(ObjectNodeConfig parent)
|
(package private) void |
setRootNode(boolean val)
|
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Constructor Detail |
public ObjectNodeConfig(java.lang.String name)
name
- Description of the ParameterMethod Detail |
void addChildConfig(ObjectNodeConfig childConfig)
void addFieldConfig(FieldConfig fieldConfig)
public int compareTo(java.lang.Object obj)
obj
- the other obj
public ObjectNodeConfig getChildConfig(java.lang.String childObjectName)
childObjectName
- name of the child object
public ObjectNodeConfig[] getChildConfigs()
public ObjectNodeConfig getConfigForNode(java.lang.String nodeName)
nodeName
- name of the object node
public int getDisplayOrder()
public FieldConfig getFieldConfig(java.lang.String fieldName)
fieldName
- Description of the Parameter
public FieldConfig getFieldConfig(java.lang.String objRef, java.lang.String fieldName)
objRef
- obj ref of the fieldfieldName
- name of the field
public FieldConfig[] getFieldConfigs()
public FieldConfig[] getKeyFieldConfigs()
public boolean getMustDelete()
public java.lang.String getName()
public ObjectNodeConfig getParentNode()
public boolean isRootNode()
void setDisplayOrder(int val)
val
- the display order to be set tovoid setMustDelete(boolean val)
val
- the must delete to be set topublic void setParentNode(ObjectNodeConfig parent)
parent
- node of the object, null if it is a root nodevoid setRootNode(boolean val)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.