|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.standardization.SystemObjectField
Represents the definition of a SystemObject field used in the configuration.
Constructor Summary | |
SystemObjectField()
Creates new SystemObjectField instance |
|
SystemObjectField(java.lang.String qualifiedName)
Creates new SystemObjectField. |
Method Summary | |
EPath |
getEPath()
Getter for the EPath, representing a parsed version of the qualifiedName. |
int |
getFieldSize()
Getter for FieldSize attribute. |
java.lang.String |
getQualifiedName()
Getter for QualifiedName attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemObjectField()
public SystemObjectField(java.lang.String qualifiedName) throws ConfigurationException
qualifiedName
- The qualifiedName of the SystemObject field.
ConfigurationException
- if the qualifiedName could not be parsed into an EPath.Method Detail |
public EPath getEPath()
public int getFieldSize()
public java.lang.String getQualifiedName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.