Uses of Class
com.sap.ip.me.api.persist.meta.DescriptorException

Packages that use DescriptorException
com.sap.ip.me.api.persist.meta   
 

Uses of DescriptorException in com.sap.ip.me.api.persist.meta
 

Methods in com.sap.ip.me.api.persist.meta that throw DescriptorException
 AttributeDescriptor InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length)
          Deprecated. Description of the Method
 LinkDescriptor InternalDescriptorRuntime.createLinkDescriptor(java.lang.String name, java.lang.String classtype, MultiplicityType multiplicity, boolean isDependent)
          Deprecated. Description of the Method
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links)
          Deprecated. Description of the Method
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links, int keyLen)
          Deprecated.  
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes)
          Deprecated.  
 ClassDescriptor InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype, LinkDescriptor[] links)
          Deprecated. Description of the Method
 AttributeDescriptor InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, boolean isIndex)
          Deprecated.  
 AttributeDescriptor InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, int dec, boolean isIndex)
          Deprecated.  
abstract  AttributeDescriptor DescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length)
          Creates an instance of AttributeDescriptor.
abstract  AttributeDescriptor DescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, int dec, boolean isIndex)
          Creates an instance of AttributeDescriptor.
abstract  AttributeDescriptor DescriptorRuntime.createAttributeDescriptor(java.lang.String name, AttributeType type, int mult, int length, boolean isIndex)
          Creates an instance of AttributeDescriptor.
abstract  LinkDescriptor DescriptorRuntime.createLinkDescriptor(java.lang.String name, java.lang.String classtype, MultiplicityType multiplicity, boolean isDependent)
          Creates an instance of LinkDescriptor.
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes)
          Creates an instance of ClassDescriptor without links.
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, LinkDescriptor[] links)
          Deprecated. no usecase for this type
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] atts, LinkDescriptor[] links, int keyLen)
          Creates an instance of ClassDescriptor.
abstract  ClassDescriptor DescriptorRuntime.createClassDescriptor(java.lang.String classtype, AttributeDescriptor[] attributes, LinkDescriptor[] links)
          Creates an instance of ClassDescriptor.
 



Copyright © 2005 SAP AG. All Rights Reserved.