|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title: OCLParameter
Description: An abstract representation of a method parameter which has a type and value for the parameter
Copyright: Copyright (c) 2005
Company: Mindswap (http://www.mindswap.org)
| Method Summary | |
Literal |
getParameterType()
Returns the parameter type |
RDFNode |
getParameterValue()
Returns the value of the parameter |
void |
setParameterType(java.lang.Class theType)
Set the type of the parameter |
void |
setParameterType(java.lang.String theType)
Set the type of the parameter |
void |
setParameterValue(java.lang.String theValue)
Set the value of the parameter |
| Method Detail |
public void setParameterType(java.lang.Class theType)
theType - Class the new parameter typepublic void setParameterType(java.lang.String theType)
theType - String the new parameter typepublic Literal getParameterType()
public RDFNode getParameterValue()
public void setParameterValue(java.lang.String theValue)
theValue - String the new value for the parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||