org.opends.server.admin.std.server
Interface TelephoneNumberAttributeSyntaxCfg

All Superinterfaces:
AttributeSyntaxCfg, Configuration

public interface TelephoneNumberAttributeSyntaxCfg
extends AttributeSyntaxCfg

A server-side interface for querying Telephone Number Attribute Syntax settings.

Telephone Number Attribute Syntaxes define an attribute syntax for storing telephone number information.


Method Summary
 void addTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
          Register to be notified when this Telephone Number Attribute Syntax is changed.
 java.lang.Class<? extends TelephoneNumberAttributeSyntaxCfg> configurationClass()
          Gets the configuration class associated with this Telephone Number Attribute Syntax.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 boolean isStrictFormat()
          Gets the "strict-format" property.
 void removeTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
          Deregister an existing Telephone Number Attribute Syntax configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.AttributeSyntaxCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends TelephoneNumberAttributeSyntaxCfg> configurationClass()
Gets the configuration class associated with this Telephone Number Attribute Syntax.

Specified by:
configurationClass in interface AttributeSyntaxCfg
Specified by:
configurationClass in interface Configuration
Returns:
Returns the configuration class associated with this Telephone Number Attribute Syntax.

addTelephoneNumberChangeListener

void addTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
Register to be notified when this Telephone Number Attribute Syntax is changed.

Parameters:
listener - The Telephone Number Attribute Syntax configuration change listener.

removeTelephoneNumberChangeListener

void removeTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
Deregister an existing Telephone Number Attribute Syntax configuration change listener.

Parameters:
listener - The Telephone Number Attribute Syntax configuration change listener.

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 AttributeSyntaxCfg
Returns:
Returns the value of the "java-class" property.

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.