|
||||||||||
| 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 PropDefnAllowedValuepublic ComponentTypeID getComponentTypeID()
PropDefnAllowedValue
getComponentTypeID in interface PropDefnAllowedValuepublic java.lang.String getValue()
PropDefnAllowedValue
getValue in interface PropDefnAllowedValuepublic java.lang.String toString()
BasicObject
toString in class BasicObjectpublic void setValue(java.lang.String newValue)
public int getAllowedCode()
public java.lang.Object clone()
clone in interface BaseObjectclone in class BasicObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||