|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Internal interface used by the implementation. Do not access this from your application
Field Summary | |
static int |
MAX_ATTRIB_MULTIPLICITY
Deprecated. Description of the Field |
Method Summary | |
boolean |
containsClassDescriptor(java.lang.String classtype)
Deprecated. Description of the Method |
AttributeDescriptor |
createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length)
Deprecated. Description of the Method |
AttributeDescriptor |
createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
boolean isIndex)
Deprecated. |
AttributeDescriptor |
createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
int dec,
boolean isIndex)
Deprecated. |
ClassDescriptor |
createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes)
Deprecated. |
ClassDescriptor |
createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links)
Deprecated. Description of the Method |
ClassDescriptor |
createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links,
int keyLen)
Deprecated. |
ClassDescriptor |
createClassDescriptor(java.lang.String classtype,
LinkDescriptor[] links)
Deprecated. Description of the Method |
LinkDescriptor |
createLinkDescriptor(java.lang.String name,
java.lang.String classtype,
MultiplicityType multiplicity,
boolean isDependent)
Deprecated. Description of the Method |
ClassDescriptor |
getClassDescriptor(java.lang.String classtype)
Deprecated. Gets the classDescriptor attribute of the InternalDescriptorRuntime object |
Field Detail |
public static final int MAX_ATTRIB_MULTIPLICITY
Method Detail |
public AttributeDescriptor createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length) throws DescriptorException
name
- Description of the Parametertype
- Description of the Parametermult
- Description of the Parameterlength
- Description of the Parameter
DescriptorException
public LinkDescriptor createLinkDescriptor(java.lang.String name, java.lang.String classtype, MultiplicityType multiplicity, boolean isDependent) throws DescriptorException
name
- Description of the Parameterclasstype
- Description of the Parametermultiplicity
- Description of the ParameterisDependent
- Description of the Parameter
DescriptorException
public ClassDescriptor createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links) throws DescriptorException
classtype
- Description of the Parameterattributes
- Description of the Parameterlinks
- Description of the Parameter
DescriptorException
public ClassDescriptor createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links, int keyLen) throws DescriptorException
DescriptorException
public ClassDescriptor createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes) throws DescriptorException
DescriptorException
public ClassDescriptor createClassDescriptor(java.lang.String classtype, LinkDescriptor[] links) throws DescriptorException
classtype
- Description of the Parameterlinks
- Description of the Parameter
DescriptorException
public ClassDescriptor getClassDescriptor(java.lang.String classtype)
classtype
- Description of the Parameter
public boolean containsClassDescriptor(java.lang.String classtype)
classtype
- Description of the Parameter
public AttributeDescriptor createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, boolean isIndex) throws DescriptorException
DescriptorException
public AttributeDescriptor createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, int dec, boolean isIndex) throws DescriptorException
DescriptorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |