|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface Parameter
Field Summary | |
static int |
OM_PARAMETER
Field OM_PARAMETER |
static int |
TEXT_PARAMETER
Field TEXT_PARAMETER |
Method Summary | |
String |
getName()
Method getName. |
OMElement |
getParameterElement()
Gets the whole parameter element. |
int |
getParameterType()
Method getParameterType. |
Object |
getValue()
Method getValue. |
boolean |
isLocked()
Method isLocked. |
void |
setLocked(boolean value)
Method setLocked. |
void |
setName(String name)
Method setName. |
void |
setParameterElement(OMElement element)
Parameter can be any thing - it can be XML element with number of child elements. |
void |
setParameterType(int type)
|
void |
setValue(Object value)
Method setValue. |
Field Detail |
public static final int TEXT_PARAMETER
public static final int OM_PARAMETER
Method Detail |
public String getName()
public OMElement getParameterElement()
OMElement.
public int getParameterType()
public Object getValue()
public boolean isLocked()
public void setLocked(boolean value)
value
- public void setName(String name)
name
- public void setParameterElement(OMElement element)
element
- OMElement
public void setParameterType(int type)
public void setValue(Object value)
value
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |