|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TelephoneNumberAttributeSyntaxCfg
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 |
---|
java.lang.Class<? extends TelephoneNumberAttributeSyntaxCfg> configurationClass()
configurationClass
in interface AttributeSyntaxCfg
configurationClass
in interface Configuration
void addTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
listener
- The Telephone Number Attribute Syntax configuration change listener.void removeTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
listener
- The Telephone Number Attribute Syntax configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation.
getJavaClass
in interface AttributeSyntaxCfg
boolean isStrictFormat()
Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |