|
||||||||||
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.SimpleParam
public class SimpleParam
Java class for simpleParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="perturbate"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="true"/> <enumeration value="false"/> </restriction> </simpleType> </attribute> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="string"/> <enumeration value="file"/> <enumeration value="directory"/> <enumeration value="XMLFile"/> <enumeration value="int"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
_default
|
protected java.lang.String |
name
|
protected java.lang.String |
perturbate
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
SimpleParam()
|
Method Summary | |
---|---|
java.lang.String |
getDefault()
Gets the value of the default property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPerturbate()
Gets the value of the perturbate property. |
double |
getRangeFrom()
|
double |
getRangeTo()
|
double |
getStep()
|
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.String |
getValue()
|
boolean |
isPerturbable()
|
boolean |
isPerturbated()
|
void |
setDefault(java.lang.String value)
Sets the value of the default property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPerturbate(java.lang.String value)
Sets the value of the perturbate property. |
void |
setRangeFrom(double rangeFrom)
|
void |
setRangeTo(double rangeTo)
|
void |
setStep(double step)
|
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _default
protected java.lang.String name
protected java.lang.String perturbate
protected java.lang.String type
Constructor Detail |
---|
public SimpleParam()
Method Detail |
---|
public boolean isPerturbated()
public boolean isPerturbable()
public java.lang.String getDefault()
String
public void setDefault(java.lang.String value)
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 getPerturbate()
String
public void setPerturbate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
getValue
in class Param
public void setValue(java.lang.String value)
setValue
in class Param
public double getRangeFrom()
public void setRangeFrom(double rangeFrom)
public double getRangeTo()
public void setRangeTo(double rangeTo)
public double getStep()
public void setStep(double step)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |