|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcometa.translator.method.Param
cometa.translator.method.CompoundParam
public class CompoundParam
Java class for compoundParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compoundParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="arguments" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
action
|
protected java.lang.String |
arguments
|
protected java.lang.String |
name
|
Constructor Summary | |
---|---|
CompoundParam()
|
Method Summary | |
---|---|
java.lang.String |
computeValue(Method combinationMethod)
|
java.lang.String |
getAction()
Gets the value of the method property. |
java.lang.String |
getArguments()
Gets the value of the arguments property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setAction(java.lang.String action)
Sets the value of the method property. |
void |
setArguments(java.lang.String value)
Sets the value of the arguments property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
Methods inherited from class cometa.translator.method.Param |
---|
getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String arguments
protected java.lang.String action
protected java.lang.String name
Constructor Detail |
---|
public CompoundParam()
Method Detail |
---|
public java.lang.String getArguments()
String
public void setArguments(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAction()
String
public void setAction(java.lang.String action)
value
- allowed object is
String
public java.lang.String getName()
getName
in class Param
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String computeValue(Method combinationMethod)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |