|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeSyntaxCfgClient
A client-side interface for reading and modifying Attribute Syntax settings.
Attribute Syntaxes define the type of data that may be stored in an attribute with that syntax. A syntax is generally associated with a set of matching rules that indicate how to perform matching operations against values of that syntax.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Attribute Syntax. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.Boolean |
isEnabled()
Gets the "enabled" property. |
void |
setEnabled(boolean value)
Sets the "enabled" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> definition()
definition in interface ConfigurationClientjava.lang.Boolean isEnabled()
Indicates whether the Attribute Syntax is enabled.
void setEnabled(boolean value)
throws IllegalPropertyValueException
Indicates whether the Attribute Syntax is enabled.
value - The value of the "enabled" property.
IllegalPropertyValueException - If the new value is invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Attribute Syntax implementation.
void setJavaClass(java.lang.String value)
throws IllegalPropertyValueException,
PropertyIsReadOnlyException
Specifies the fully-qualified name of the Java class that provides the Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Attribute Syntax.
value - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.
PropertyIsReadOnlyException - If this Attribute Syntax is not being initialized.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||