|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.namedobject.BasicObject
com.metamatrix.common.config.model.BasicPropDefnAllowedValue
public class BasicPropDefnAllowedValue
BasicPropDefnAllowedValue extends PropDefnAllowedValue so that the editor can utilize this class to obtain non-exposed methods
Constructor Summary | |
---|---|
BasicPropDefnAllowedValue(ComponentTypeDefnID typeDefnID,
ComponentTypeID typeID,
PropDefnAllowedValueID allowedValueID,
java.lang.String newValue)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Return a deep cloned instance of this object. |
int |
getAllowedCode()
|
ComponentTypeDefnID |
getComponentTypeDefnID()
Returns the ComponentTypeDefnID this allowed values belongs to. |
ComponentTypeID |
getComponentTypeID()
Returns the ComponentTypeID this represents the type of component this is defined for. |
java.lang.String |
getValue()
Returns the value |
void |
setValue(java.lang.String newValue)
|
java.lang.String |
toString()
Returns a string representing the current state of the object. |
Methods inherited from class com.metamatrix.common.namedobject.BasicObject |
---|
compareTo, equals, getFullName, getID, getName, hashCode, setID |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject |
---|
getFullName, getID, getName |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public BasicPropDefnAllowedValue(ComponentTypeDefnID typeDefnID, ComponentTypeID typeID, PropDefnAllowedValueID allowedValueID, java.lang.String newValue)
Method Detail |
---|
public ComponentTypeDefnID getComponentTypeDefnID()
PropDefnAllowedValue
getComponentTypeDefnID
in interface PropDefnAllowedValue
public ComponentTypeID getComponentTypeID()
PropDefnAllowedValue
getComponentTypeID
in interface PropDefnAllowedValue
public java.lang.String getValue()
PropDefnAllowedValue
getValue
in interface PropDefnAllowedValue
public java.lang.String toString()
BasicObject
toString
in class BasicObject
public void setValue(java.lang.String newValue)
public int getAllowedCode()
public java.lang.Object clone()
clone
in interface BaseObject
clone
in class BasicObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |