|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITypedParameter
A command parameter that has a declared type. This interface is intended to
be implemented by implementors of IParameter
that will support
parameter types.
Method Summary | |
---|---|
ParameterType |
getParameterType()
Returns the ParameterType associated with a command parameter or
null if the parameter does not declare a type. |
Method Detail |
---|
ParameterType getParameterType()
ParameterType
associated with a command parameter or
null
if the parameter does not declare a type.
Note that the parameter type returned may be undefined.
null
if the parameter does not declare a type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |