|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.schema.AbstractSchemaObject
org.apache.directory.shared.ldap.schema.DefaultObjectClass
public class DefaultObjectClass
Objectclass specification bean used to store the schema information for an objectclass definition.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
|---|
description, isObsolete, names, oid |
| Method Summary | |
|---|---|
AttributeType[] |
getMayList()
Gets the AttributeTypes whose attributes may be present within an entry of this ObjectClass. |
AttributeType[] |
getMustList()
Gets the AttributeTypes whose attributes must be present within an entry of this ObjectClass. |
ObjectClass[] |
getSuperClasses()
Gets the superclasses of this ObjectClass. |
ObjectClassTypeEnum |
getType()
Gets the type of this ObjectClass as a type safe enum. |
| Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
|---|
equals, getDescription, getName, getNames, getOid, hashCode, isObsolete, setDescription, setNames, setObsolete, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.shared.ldap.schema.SchemaObject |
|---|
getDescription, getName, getNames, getOid, isObsolete |
| Method Detail |
|---|
public ObjectClass[] getSuperClasses()
ObjectClass
getSuperClasses in interface ObjectClasspublic ObjectClassTypeEnum getType()
ObjectClass
getType in interface ObjectClasspublic AttributeType[] getMustList()
ObjectClass
getMustList in interface ObjectClasspublic AttributeType[] getMayList()
ObjectClass
getMayList in interface ObjectClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||