|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.schema.AbstractSchemaElement
public abstract class AbstractSchemaElement
Base class for schema elements.
| Field Summary | |
|---|---|
protected static String |
NO_WSP_REGEX
Regex to match one or more non spaces. |
protected static String |
WSP_REGEX
Regex to match zero or more spaces. |
| Constructor Summary | |
|---|---|
AbstractSchemaElement()
|
|
| Method Summary | ||
|---|---|---|
static
|
containsBooleanExtension(T schemaElement,
String extensionName)
Returns whether the supplied schema element has an extension name with a value of 'true'. |
|
boolean |
equals(Object o)
|
|
String |
getDescription()
Returns the description. |
|
Extensions |
getExtensions()
Returns the extensions. |
|
abstract int |
hashCode()
|
|
void |
setDescription(String s)
Sets the description. |
|
void |
setExtensions(Extensions e)
Sets the extensions. |
|
| 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 |
| Field Detail |
|---|
protected static final String WSP_REGEX
protected static final String NO_WSP_REGEX
| Constructor Detail |
|---|
public AbstractSchemaElement()
| Method Detail |
|---|
public String getDescription()
public void setDescription(String s)
s - descriptionpublic Extensions getExtensions()
public void setExtensions(Extensions e)
e - extensions
public static <T extends AbstractSchemaElement> boolean containsBooleanExtension(T schemaElement,
String extensionName)
T - type of schema elementschemaElement - to inspectextensionName - to read boolean from
public abstract int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||