|
||||||||||
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, schema |
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. |
boolean |
isAbstract()
Tells if the current ObjectClass is ABSTRACT |
boolean |
isAuxiliary()
Tells if the current ObjectClass is AUXILIARY |
boolean |
isStructural()
Tells if the current ObjectClass is STRUCTURAL |
Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
---|
equals, getDescription, getName, getNamesRef, getOid, getSchema, hashCode, isObsolete, setDescription, setNames, setObsolete, setSchema, 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, getNamesRef, getOid, getSchema, isObsolete, setSchema |
Method Detail |
---|
public ObjectClass[] getSuperClasses()
ObjectClass
getSuperClasses
in interface ObjectClass
public ObjectClassTypeEnum getType()
ObjectClass
getType
in interface ObjectClass
public AttributeType[] getMustList()
ObjectClass
getMustList
in interface ObjectClass
public boolean isStructural()
ObjectClass
isStructural
in interface ObjectClass
true
if the ObjectClass is STRUCTURALpublic boolean isAbstract()
ObjectClass
isAbstract
in interface ObjectClass
true
if the ObjectClass is ABSTRACTpublic boolean isAuxiliary()
ObjectClass
isAuxiliary
in interface ObjectClass
true
if the ObjectClass is AUXILIARYpublic AttributeType[] getMayList()
ObjectClass
getMayList
in interface ObjectClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |