@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ConfigurationElement
| Modifier and Type | Optional Element and Description |
|---|---|
String |
attributeType
Returns the attribute type.
|
String |
container
Returns the string value of the Dn of the container.
|
String |
defaultValue
Returns the string value of the default value.
|
boolean |
isOptional
Returns true if the qualified field is optional.
|
boolean |
isRdn
Returns true if of the qualified field (attribute type and value)
is the Rdn of the entry.
|
String |
objectClass
Returns the object class.
|
public abstract String attributeType
public abstract String objectClass
public abstract boolean isRdn
true if of the qualified field (attribute type and value)
is the Rdn of the entry,
false if not.public abstract String container
public abstract boolean isOptional
true if the qualified field is optional,
false if not.public abstract String defaultValue
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.