|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface Parameter
Field Summary | |
static int |
DOM_PARAMETER
Field DOM_PARAMETER |
static int |
TEXT_PARAMETER
Field TEXT_PARAMETER |
Method Summary | |
java.lang.String |
getName()
Method getName |
OMElement |
getParameterElement()
To get the whole paramter element |
int |
getParameterType()
Method getParameterType |
java.lang.Object |
getValue()
Method getValue |
boolean |
isLocked()
Method isLocked |
void |
setLocked(boolean value)
Method setLocked |
void |
setName(java.lang.String name)
Method setName |
void |
setParameterElement(OMElement element)
Paramter can be any thing it can be XML element with number of child elements , so if some one wants to access the XML elemet we need to store that , at the deployment time , to store the XMLelment of the parameter can use this method it will store whole |
void |
setParamterType(int type)
|
void |
setValue(java.lang.Object value)
Method setValue |
Field Detail |
public static final int TEXT_PARAMETER
public static final int DOM_PARAMETER
Method Detail |
public java.lang.String getName()
public java.lang.Object getValue()
public void setName(java.lang.String name)
name
- public void setValue(java.lang.Object value)
value
- public boolean isLocked()
public void setLocked(boolean value)
value
- public int getParameterType()
public void setParamterType(int type)
public void setParameterElement(OMElement element)
element
- OMElement
public OMElement getParameterElement()
OMElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |