|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
org.opends.server.admin.std.meta.TelephoneNumberAttributeSyntaxCfgDefn
public final class TelephoneNumberAttributeSyntaxCfgDefn
An interface for querying the Telephone Number Attribute Syntax managed object definition meta information.
Telephone Number Attribute Syntaxes define an attribute syntax for storing telephone number information.
Method Summary | |
---|---|
TelephoneNumberAttributeSyntaxCfgClient |
createClientConfiguration(ManagedObject<? extends TelephoneNumberAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed object. |
TelephoneNumberAttributeSyntaxCfg |
createServerConfiguration(ServerManagedObject<? extends TelephoneNumberAttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static TelephoneNumberAttributeSyntaxCfgDefn |
getInstance()
Get the Telephone Number Attribute Syntax configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<TelephoneNumberAttributeSyntaxCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
BooleanPropertyDefinition |
getStrictFormatPropertyDefinition()
Get the "strict-format" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static TelephoneNumberAttributeSyntaxCfgDefn getInstance()
public TelephoneNumberAttributeSyntaxCfgClient createClientConfiguration(ManagedObject<? extends TelephoneNumberAttributeSyntaxCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
impl
- The managed object.
public TelephoneNumberAttributeSyntaxCfg createServerConfiguration(ServerManagedObject<? extends TelephoneNumberAttributeSyntaxCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
impl
- The server managed object.
public java.lang.Class<TelephoneNumberAttributeSyntaxCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Telephone Number Attribute Syntax is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation.
public BooleanPropertyDefinition getStrictFormatPropertyDefinition()
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 |