Cool documentation

com.sap.tc.col.client.metadata.api
Interface IKeyAspectDescriptor

All Superinterfaces:
IAspectDescriptor

public interface IKeyAspectDescriptor
extends IAspectDescriptor

Describes the properties of a key aspect.


Fields inherited from interface com.sap.tc.col.client.metadata.api.IAspectDescriptor
ATTRIBUTE_EXTERNAL_KEYS, ATTRIBUTE_FIELDWISE_OPERATION, ATTRIBUTE_INSERT_RELATION, ATTRIBUTE_INSERT_RELATION_REQUIRED, ATTRIBUTE_LOCKMODE_EXCLUSIVE, ATTRIBUTE_LOCKMODE_SHARED, ATTRIBUTE_LOCKMODE_SHARED_PROMOTABLE, ATTRIBUTE_MULTI_INSTANCE_SUPPORT, ATTRIBUTE_NO_CHANGE, ATTRIBUTE_ROWWISE_OPERATION
 
Method Summary
 IAspectDescriptor getAspectDescriptor(java.lang.String aspectName)
          Returns the descriptor of the associated aspect with the given name.
 IAspectDescriptor[] getAspectDescriptors()
          Returns an array with the descriptors of all aspects associated with this key aspect descriptor.
 
Methods inherited from interface com.sap.tc.col.client.metadata.api.IAspectDescriptor
clearRowAttributes, clearRowAttributes, getActionAttributeAffects, getActionAttributeAffects, getActionAttributeNames, getActionAttributeNames, getActionAttributeRelation, getActionAttributeStringValue, getActionAttributeStringValue, getAspectActionDescriptor, getAspectActionDescriptors, getAspectGroupDescriptor, getAspectGroupDescriptors, getAttributeExternalKeys, getAttributeFieldwiseOperation, getAttributeInsertRelation, getAttributeInsertRelationRequired, getAttributeLockmodeExclusive, getAttributeLockmodeShared, getAttributeLockmodeSharedPromotable, getAttributeMultiInstanceSupport, getAttributeNames, getAttributeNoChange, getAttributeRowwiseOperation, getAttributeStringValue, getDescription, getFieldAttributeNames, getFieldAttributeNames, getFieldAttributeStringValue, getFieldAttributeStringValue, getKeyDescriptor, getName, getRelationDescriptor, getRelationDescriptors, getServiceModuleDescriptor, getStructure, getValueSetDescriptor, isKeyAspect, toString
 

Method Detail

getAspectDescriptor

public IAspectDescriptor getAspectDescriptor(java.lang.String aspectName)
Returns the descriptor of the associated aspect with the given name.
Returns:
an aspect descriptor.

getAspectDescriptors

public IAspectDescriptor[] getAspectDescriptors()
Returns an array with the descriptors of all aspects associated with this key aspect descriptor.
Returns:
an array with aspect descriptors.

Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55