org.opends.server.admin.std.client
Interface TelephoneNumberAttributeSyntaxCfgClient

All Superinterfaces:
AttributeSyntaxCfgClient, ConfigurationClient

public interface TelephoneNumberAttributeSyntaxCfgClient
extends AttributeSyntaxCfgClient

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

definition

ManagedObjectDefinition<? extends TelephoneNumberAttributeSyntaxCfgClient,? extends TelephoneNumberAttributeSyntaxCfg> definition()
Get the configuration definition associated with this Telephone Number Attribute Syntax.

Specified by:
definition in interface AttributeSyntaxCfgClient
Specified by:
definition in interface ConfigurationClient
Returns:
Returns the configuration definition associated with this Telephone Number Attribute Syntax.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation.

Specified by:
getJavaClass in interface AttributeSyntaxCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException,
                         PropertyIsReadOnlyException
Sets the "java-class" property.

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.

Specified by:
setJavaClass in interface AttributeSyntaxCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.
PropertyIsReadOnlyException - If this Telephone Number Attribute Syntax is not being initialized.

isStrictFormat

boolean isStrictFormat()
Gets the "strict-format" property.

Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.

Returns:
Returns the value of the "strict-format" property.

setStrictFormat

void setStrictFormat(java.lang.Boolean value)
                     throws IllegalPropertyValueException
Sets the "strict-format" property.

Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.

Parameters:
value - The value of the "strict-format" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.