|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDefinitionString
Represents the definition of a property that holds a string value. A PropertyDefinitionString
object
is created from a PropertyTemplateString
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionString
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_IsCBREnabled()
Returns the value of the IsCBREnabled property. |
MarkingSet |
get_MarkingSet()
Returns the value of the MarkingSet property. |
java.lang.Integer |
get_MaximumLengthString()
Returns the value of the MaximumLengthString property. |
java.lang.String |
get_PropertyDefaultString()
Returns the value of the PropertyDefaultString property. |
java.lang.Boolean |
get_UsesLongColumn()
Returns the value of the UsesLongColumn property. |
void |
set_IsCBREnabled(java.lang.Boolean value)
Sets the value of the IsCBREnabled property. |
void |
set_MaximumLengthString(java.lang.Integer value)
Sets the value of the MaximumLengthString property. |
void |
set_PropertyDefaultString(java.lang.String value)
Sets the value of the PropertyDefaultString property. |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_PropertyDefaultString()
void set_PropertyDefaultString(java.lang.String value)
java.lang.Integer get_MaximumLengthString()
void set_MaximumLengthString(java.lang.Integer value)
MarkingSet get_MarkingSet()
java.lang.Boolean get_UsesLongColumn()
java.lang.Boolean get_IsCBREnabled()
void set_IsCBREnabled(java.lang.Boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |