|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.base.types.AbstractPropertyDescriptor
com.ibm.dse.base.types.ext.FloatPropertyDescriptor
PropertyDescriptor for business objects of the Float type.
Field Summary |
---|
Fields inherited from class com.ibm.dse.base.types.AbstractPropertyDescriptor |
---|
classNameForState, converters, keyValuePairs |
Fields inherited from interface com.ibm.dse.base.types.TypeConstants |
---|
amended, CONV_TYPE_DEFAULT, CONV_TYPE_HOST, CONV_TYPE_OUTPUT, CONV_TYPE_SER, CONV_TYPE_XML, disabled, hidden, isAmended, isDisabled, isHidden, isMandatory, isOmitted, isReadOnly, mandatory, omitted, readOnly, TYPE_DEFAULT, TYPE_REGISTRY_INIT_SIZE |
Constructor Summary | |
---|---|
FloatPropertyDescriptor()
This constructor creates a FloatPropertyDescriptor object. |
|
FloatPropertyDescriptor(java.lang.String name,
java.util.Hashtable keyValuePairs)
Creates a PropertyDescriptor for business objects of type Float. |
|
FloatPropertyDescriptor(java.lang.String name,
java.util.Hashtable keyValuePairs,
java.lang.String typeName)
Creates a PropertyDescriptor for business objects of type Float. |
Method Summary | |
---|---|
java.lang.Object |
cloneDescriptee(java.lang.Object value)
Returns an independent copy of the Object passed. |
java.lang.Class |
getImplClass()
Returns the class of the business object described by this PropertyDescription. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FloatPropertyDescriptor()
public FloatPropertyDescriptor(java.lang.String name, java.util.Hashtable keyValuePairs) throws DSETypeException
name
- Stringpublic FloatPropertyDescriptor(java.lang.String name, java.util.Hashtable keyValuePairs, java.lang.String typeName) throws DSETypeException
name
- java.lang.StringkeyValuePairs
- java.util.HashtabletypeName
- java.lang.String
DSETypeException
Method Detail |
public java.lang.Object cloneDescriptee(java.lang.Object value) throws DSETypeException
cloneDescriptee
in interface PropertyDescription
cloneDescriptee
in class AbstractPropertyDescriptor
value
- Object
DSETypeException
- - Cloning is unsuccessfulpublic java.lang.Class getImplClass()
getImplClass
in interface PropertyDescription
getImplClass
in class AbstractPropertyDescriptor
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |