|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
TThis interface exposes metadata for a parameter for an EIS function
| Field Summary | |
static int |
DIRECTION_IN
Constant indicating this is an input parameter |
static int |
DIRECTION_INOUT
Constant indicating this is an input-output parameter |
static int |
DIRECTION_OUT
Constant indicating this is an output parameter |
static int |
DIRECTION_UNKNOWN
Constant indicating this parameter direction is unknown |
static int |
NECESSITY_MANDATORY
Constant indicating this parameter is mandatory |
static int |
NECESSITY_OPTIONAL
Constant indicating this parameter is optional |
static int |
NECESSITY_UNKNOWN
Constant indicating this parameter has unknown necessity |
static int |
OWNER_CONSUMER
Constant indicating the client calling the EIS function is the owner of the parameter |
static int |
OWNER_PROVIDER
Constant indicating the EIS is the owner of the parameter |
| Method Summary | |
java.lang.Object |
getDefaultValue()
Returns the default value for this parameter. |
java.lang.String |
getDescription()
Returns the description of this parameter. |
int |
getDirection()
Returns the direction of this parameter. |
java.lang.String |
getName()
Returns the name of this parameter. |
int |
getOwner()
returns the owner of the parameter |
IStructure |
getStructure()
Returns the metadata describing the structure of this parameter. |
java.lang.String |
getUniqueName()
Returns the unique name of the parameter. |
java.util.Set |
getValidValues()
Returns a set of valid values for this parameter. |
boolean |
hasDefaultValue()
Returns whether the parameter has a default value. |
int |
isOptional()
Returns whether the parameter is optional. |
IFunction |
retrieveParentFunction()
Returns the function composing this parameter. |
java.lang.String |
retrieveTerm()
Returns the term describing the parameter, for example "Parameter" |
| Field Detail |
public static final int NECESSITY_UNKNOWN
public static final int NECESSITY_MANDATORY
public static final int NECESSITY_OPTIONAL
public static final int DIRECTION_UNKNOWN
public static final int DIRECTION_IN
public static final int DIRECTION_OUT
public static final int DIRECTION_INOUT
public static final int OWNER_PROVIDER
public static final int OWNER_CONSUMER
| Method Detail |
public int isOptional()
public boolean hasDefaultValue()
public java.lang.Object getDefaultValue()
throws ConnectorException
public java.util.Set getValidValues()
throws ConnectorException
public int getDirection()
DIRECTION_IN
DIRECTION_OUT DIRECTION_INOUT
DIRECTION_UNKNOWNpublic IFunction retrieveParentFunction()
IFunction
public IStructure getStructure()
throws ConnectorException
IStructurepublic java.lang.String getDescription()
public java.lang.String getName()
public int getOwner()
OWNER_PROVIDER OWNER_CONSUMERpublic java.lang.String getUniqueName()
public java.lang.String retrieveTerm()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||