com.metamatrix.common.config.api
Interface PropDefnAllowedValue

All Superinterfaces:
BaseObject, java.lang.Cloneable, java.lang.Comparable
All Known Implementing Classes:
BasicPropDefnAllowedValue

public interface PropDefnAllowedValue
extends BaseObject

PropDefnAllowedValue is a wrapper for the allowed value that is associated with a PropertyDefn. This wrapper is required so that the allowed value can be tracked back to the exact row in the database if came from.


Method Summary
 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
 
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject
clone, getFullName, getID, getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getComponentTypeDefnID

ComponentTypeDefnID getComponentTypeDefnID()
Returns the ComponentTypeDefnID this allowed values belongs to.


getComponentTypeID

ComponentTypeID getComponentTypeID()
Returns the ComponentTypeID this represents the type of component this is defined for.


getValue

java.lang.String getValue()
Returns the value

Returns:
String value


Copyright © 2009. All Rights Reserved.