|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDefinitionBoolean
Represents the definition of a property that holds a Boolean value. A PropertyDefinitionBoolean
object
is created from a PropertyTemplateBoolean
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionBoolean
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.Boolean |
get_PropertyDefaultBoolean()
Returns the value of the PropertyDefaultBoolean property. |
void |
set_PropertyDefaultBoolean(java.lang.Boolean value)
Sets the value of the PropertyDefaultBoolean property. |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.Boolean get_PropertyDefaultBoolean()
void set_PropertyDefaultBoolean(java.lang.Boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |