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, getValidations, isInherited, isReadOnly, isUpdatable, setDefaultValue, setDescription, setDisplayName, setIndexType, setInherited, setLocalizedDisplayNameList, setMultiplicity, setName, setReadOnly, setUpdatable, setValidations
public FloatProperty()
public FloatProperty(java.lang.String name)
public java.lang.Class<?> getJavaType()
getJavaType
クラス内 PropertyDefinition
public PropertyDefinitionType getType()
PropertyDefinition
getType
クラス内 PropertyDefinition