Cool documentation

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


public interface IValueSetDescriptor

Describes the properties of an value set of an aspect field.


Method Summary
 IAspectDescriptor getAspectDescriptor()
          Returns the descriptor of the aspect of this value set.
 IFieldDescriptor getFieldDescriptor()
          Returns the descriptor of the field of this value set.
 IStructureDescriptor getInputParameters()
          Returns the input parameters for this value set.
 java.lang.String getName()
          Returns the name of the value set.
 IStructureDescriptor getResultStructureDescriptor()
          Returns the descriptor of the result structure of this value set.
 boolean hasInputParameters()
          Returns whether the value set has inputParameters.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the value set.
Returns:
name of the aspect action.

getAspectDescriptor

public IAspectDescriptor getAspectDescriptor()
Returns the descriptor of the aspect of this value set.
Returns:
the aspect descriptor

getFieldDescriptor

public IFieldDescriptor getFieldDescriptor()
Returns the descriptor of the field of this value set.
Returns:
the field descriptor

getResultStructureDescriptor

public IStructureDescriptor getResultStructureDescriptor()
Returns the descriptor of the result structure of this value set.
Returns:
the structure descriptor

hasInputParameters

public boolean hasInputParameters()
Returns whether the value set has inputParameters.
Returns:
true if the value set has input parameters, otherwise false.

getInputParameters

public IStructureDescriptor getInputParameters()
Returns the input parameters for this value set.
Returns:
the input parameter descriptor or null

Cool documentation

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