com.sap.ip.me.api.persist.meta
Interface InternalDescriptorRuntime


public interface InternalDescriptorRuntime

Internal interface used by the implementation. Do not access this from your application

Author:
SAP

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

MAX_ATTRIB_MULTIPLICITY

public static final int MAX_ATTRIB_MULTIPLICITY
Deprecated. 
Description of the Field

See Also:
Constant Field Values
Method Detail

createAttributeDescriptor

public AttributeDescriptor createAttributeDescriptor(java.lang.String name,
                                                     AttributeType type,
                                                     int mult,
                                                     int length)
                                              throws DescriptorException
Deprecated. 
Description of the Method

Parameters:
name - Description of the Parameter
type - Description of the Parameter
mult - Description of the Parameter
length - Description of the Parameter
Returns:
Description of the Return Value
Throws:
DescriptorException

createLinkDescriptor

public LinkDescriptor createLinkDescriptor(java.lang.String name,
                                           java.lang.String classtype,
                                           MultiplicityType multiplicity,
                                           boolean isDependent)
                                    throws DescriptorException
Deprecated. 
Description of the Method

Parameters:
name - Description of the Parameter
classtype - Description of the Parameter
multiplicity - Description of the Parameter
isDependent - Description of the Parameter
Returns:
Description of the Return Value
Throws:
DescriptorException

createClassDescriptor

public ClassDescriptor createClassDescriptor(java.lang.String classtype,
                                             AttributeDescriptor[] attributes,
                                             LinkDescriptor[] links)
                                      throws DescriptorException
Deprecated. 
Description of the Method

Parameters:
classtype - Description of the Parameter
attributes - Description of the Parameter
links - Description of the Parameter
Returns:
Description of the Return Value
Throws:
DescriptorException

createClassDescriptor

public ClassDescriptor createClassDescriptor(java.lang.String classtype,
                                             AttributeDescriptor[] attributes,
                                             LinkDescriptor[] links,
                                             int keyLen)
                                      throws DescriptorException
Deprecated. 
Throws:
DescriptorException

createClassDescriptor

public ClassDescriptor createClassDescriptor(java.lang.String classtype,
                                             AttributeDescriptor[] attributes)
                                      throws DescriptorException
Deprecated. 
Throws:
DescriptorException

createClassDescriptor

public ClassDescriptor createClassDescriptor(java.lang.String classtype,
                                             LinkDescriptor[] links)
                                      throws DescriptorException
Deprecated. 
Description of the Method

Parameters:
classtype - Description of the Parameter
links - Description of the Parameter
Returns:
Description of the Return Value
Throws:
DescriptorException

getClassDescriptor

public ClassDescriptor getClassDescriptor(java.lang.String classtype)
Deprecated. 
Gets the classDescriptor attribute of the InternalDescriptorRuntime object

Parameters:
classtype - Description of the Parameter
Returns:
The classDescriptor value

containsClassDescriptor

public boolean containsClassDescriptor(java.lang.String classtype)
Deprecated. 
Description of the Method

Parameters:
classtype - Description of the Parameter
Returns:
Description of the Return Value

createAttributeDescriptor

public AttributeDescriptor createAttributeDescriptor(java.lang.String name,
                                                     AttributeType type,
                                                     int mult,
                                                     int length,
                                                     boolean isIndex)
                                              throws DescriptorException
Deprecated. 
Throws:
DescriptorException

createAttributeDescriptor

public AttributeDescriptor createAttributeDescriptor(java.lang.String name,
                                                     AttributeType type,
                                                     int mult,
                                                     int length,
                                                     int dec,
                                                     boolean isIndex)
                                              throws DescriptorException
Deprecated. 
Throws:
DescriptorException


Copyright © 2005 SAP AG. All Rights Reserved.