|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormalParameterDefinition
Nested Class Summary | |
---|---|
static class |
FormalParameterDefinition.Mode
|
Method Summary | |
---|---|
DataTypeDefinition |
getDataType()
Data type of the formal parameter. |
java.lang.String |
getDescription()
Textual description of the formal parameter. |
java.lang.String |
getId()
Identifier for the parameter. |
java.lang.String |
getIndex()
Index of the parameter (Deprecated). |
FormalParameterDefinition.Mode |
getMode()
IN Input Parameters OUT Output Parameters INOUT Parameters used as input and output |
Method Detail |
---|
java.lang.String getId()
DataTypeDefinition getDataType()
java.lang.String getDescription()
java.lang.String getIndex()
FormalParameterDefinition.Mode getMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |