|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TelephoneNumberAttributeSyntaxCfgClient
A client-side interface for reading and modifying Telephone Number Attribute Syntax settings.
Telephone Number Attribute Syntaxes define an attribute syntax for storing telephone number information.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends TelephoneNumberAttributeSyntaxCfgClient,? extends TelephoneNumberAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Telephone Number Attribute Syntax. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isStrictFormat()
Gets the "strict-format" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setStrictFormat(java.lang.Boolean value)
Sets the "strict-format" property. |
Methods inherited from interface org.opends.server.admin.std.client.AttributeSyntaxCfgClient |
---|
isEnabled, setEnabled |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends TelephoneNumberAttributeSyntaxCfgClient,? extends TelephoneNumberAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation.
getJavaClass
in interface AttributeSyntaxCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException, PropertyIsReadOnlyException
Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Telephone Number Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.
PropertyIsReadOnlyException
- If this Telephone Number Attribute Syntax is not being initialized.boolean isStrictFormat()
Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.
void setStrictFormat(java.lang.Boolean value) throws IllegalPropertyValueException
Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.
value
- The value of the "strict-format" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |