|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ClassDefinition
com.novell.admin.ns.nds.NDSClassDefinition
This class represents the schema definition for a particular NDS class.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ClassDefinition |
aliasNames, auxiliary, classContainmentNameList, className, container, effective, expanded, mandatoryAttributeTable, namingAttributeTable, nonRemove, optionalAttributeTable, schemaDef, superClassNameList |
| Constructor Summary | |
NDSClassDefinition(java.lang.String name,
NDSClassFlags flags,
java.lang.String[] classContainmentNames,
java.lang.String[] superClassNames,
AttributeDefinition[] mandatoryAttributes,
AttributeDefinition[] namingAttributes,
AttributeDefinition[] optionalAttributes,
byte[] asn1)
Constructor - Creates an NDS class definition. |
|
| Method Summary | |
byte[] |
getASN1Data()
Retrieves the ASN1 information for this class. |
NDSClassFlags |
getClassFlags()
Returns the class flags for this class. |
AttributeDefinition[] |
getMandatoryAttributes()
Retrieves the mandatory attributes of the schema class. |
AttributeDefinition[] |
getNamingAttributes()
Retrieves the naming attributes of the schema class. |
AttributeDefinition[] |
getOptionalAttributes()
Retrieves the optional attributes of the schema class. |
| Methods inherited from class com.novell.admin.ns.ClassDefinition |
canBeContainedBy, getAliasNames, getContainmentClasses, getExpanded, getName, getSuperClasses, isAttributeMandatory, isAttributeOptional, isAuxiliary, isClassUsingAttribute, isContainer, isEffective, isInheritedFrom, isNamedBy, isNonRemovable, isNonRemoveable, setExpanded, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NDSClassDefinition(java.lang.String name,
NDSClassFlags flags,
java.lang.String[] classContainmentNames,
java.lang.String[] superClassNames,
AttributeDefinition[] mandatoryAttributes,
AttributeDefinition[] namingAttributes,
AttributeDefinition[] optionalAttributes,
byte[] asn1)
name - The name of the NDS object class.flags - NDS Class definition flags.classContainmentNames - The names of classes that this class can be
contained by.superClassNames - The names of all this class's super classes.mandatoryAttributes - The mandatory attributes for this object class.namingAttributes - The naming attributes for this object class.optionalAttributes - The object class's optional attributes.asn1 - The global ID of the object class.| Method Detail |
public byte[] getASN1Data()
public NDSClassFlags getClassFlags()
public AttributeDefinition[] getMandatoryAttributes()
getMandatoryAttributes in class ClassDefinitionpublic AttributeDefinition[] getNamingAttributes()
getNamingAttributes in class ClassDefinitionpublic AttributeDefinition[] getOptionalAttributes()
getOptionalAttributes in class ClassDefinition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||