public class FloatProperty extends PropertyDefinition
MULTIPLICITY_INFINITE| コンストラクタと説明 |
|---|
FloatProperty() |
FloatProperty(java.lang.String name) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Class<?> |
getJavaType() |
PropertyDefinitionType |
getType()
enumでPropertyの型を返す。
|
addLocalizedDisplayName, getDefaultValue, getDescription, getDisplayName, getIndexType, getLocalizedDisplayNameList, getMultiplicity, getName, getNormalizers, getValidations, isInherited, isReadOnly, isUpdatable, setDefaultValue, setDescription, setDisplayName, setIndexType, setInherited, setLocalizedDisplayNameList, setMultiplicity, setName, setNormalizers, setReadOnly, setUpdatable, setValidationspublic FloatProperty()
public FloatProperty(java.lang.String name)
public java.lang.Class<?> getJavaType()
getJavaType クラス内 PropertyDefinitionpublic PropertyDefinitionType getType()
PropertyDefinitiongetType クラス内 PropertyDefinition