|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.schema.AbstractSchemaElement
org.ldaptive.schema.AbstractNamedSchemaElement
public abstract class AbstractNamedSchemaElement
Base schema bean for named schema elements.
| Field Summary |
|---|
| Fields inherited from class org.ldaptive.schema.AbstractSchemaElement |
|---|
NO_WSP_REGEX, WSP_REGEX |
| Constructor Summary | |
|---|---|
AbstractNamedSchemaElement()
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the first name defined or null if no names are defined. |
String[] |
getNames()
Returns the names. |
boolean |
hasName(String s)
Returns whether the supplied string matches, ignoring case, any of the names for this schema element. |
boolean |
isObsolete()
Returns whether this attribute type definition is obsolete. |
void |
setNames(String[] s)
Sets the names. |
void |
setObsolete(boolean b)
Sets whether this attribute type definition is obsolete. |
| Methods inherited from class org.ldaptive.schema.AbstractSchemaElement |
|---|
containsBooleanExtension, equals, getDescription, getExtensions, hashCode, setDescription, setExtensions |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ldaptive.schema.SchemaElement |
|---|
format |
| Constructor Detail |
|---|
public AbstractNamedSchemaElement()
| Method Detail |
|---|
public String getName()
public String[] getNames()
public void setNames(String[] s)
s - namespublic boolean hasName(String s)
s - to match
public boolean isObsolete()
public void setObsolete(boolean b)
b - whether this attribute type definition is obsolete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||