|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDefinitionFloat64
Represents the definition of a property that holds a Double (Float64) value. A PropertyDefinitionFloat64
object
is created from a PropertyTemplateFloat64
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionFloat64
object is added to a class definition's
PropertyDefinitions
collection, a user-defined property is created in that class.
Metadata
Auditable: false
Method Summary | |
---|---|
java.lang.Double |
get_PropertyDefaultFloat64()
Returns the value of the PropertyDefaultFloat64 property. |
java.lang.Double |
get_PropertyMaximumFloat64()
Returns the value of the PropertyMaximumFloat64 property. |
java.lang.Double |
get_PropertyMinimumFloat64()
Returns the value of the PropertyMinimumFloat64 property. |
void |
set_PropertyDefaultFloat64(java.lang.Double value)
Sets the value of the PropertyDefaultFloat64 property. |
void |
set_PropertyMaximumFloat64(java.lang.Double value)
Sets the value of the PropertyMaximumFloat64 property. |
void |
set_PropertyMinimumFloat64(java.lang.Double value)
Sets the value of the PropertyMinimumFloat64 property. |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.Double get_PropertyDefaultFloat64()
void set_PropertyDefaultFloat64(java.lang.Double value)
java.lang.Double get_PropertyMinimumFloat64()
void set_PropertyMinimumFloat64(java.lang.Double value)
java.lang.Double get_PropertyMaximumFloat64()
void set_PropertyMaximumFloat64(java.lang.Double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |