com.collation.platform.model.topology.meta
Interface Enumeration

All Superinterfaces:
CmdbMeta, ModelObject, java.io.Serializable

public interface Enumeration
extends CmdbMeta

Naming Rules:
0="parent,value"
Persistable:
true
Table Name:
ENUMMETA

Method Summary
 java.lang.String getDisplayString()
           
 ObjectAttribute getParent()
           
 int getValue()
           
 boolean hasDisplayString()
           
 boolean hasParent()
           
 boolean hasValue()
           
 void setDisplayString(java.lang.String s)
           
 void setParent(ObjectAttribute attr)
           
 void setValue(int i)
           
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getParent

ObjectAttribute getParent()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException

setParent

void setParent(ObjectAttribute attr)

hasParent

boolean hasParent()

getValue

int getValue()
             throws AttributeNotSetException
Throws:
AttributeNotSetException

setValue

void setValue(int i)

hasValue

boolean hasValue()

getDisplayString

java.lang.String getDisplayString()
                                  throws AttributeNotSetException
Throws:
AttributeNotSetException

setDisplayString

void setDisplayString(java.lang.String s)

hasDisplayString

boolean hasDisplayString()