|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.emboss.jemboss.parser.acd.ApplicationParam
Object for a parameter of a field in the EMBOSS ACD file
| Field Summary | |
private java.lang.String |
attribute
parameter/attribute type |
private double |
nvalue
parameter number value |
private java.lang.String |
svalue
parameter string value |
| Constructor Summary | |
ApplicationParam(java.lang.String attr,
double nval)
|
|
ApplicationParam(java.lang.String attr,
java.lang.String sval)
|
|
| Method Summary | |
java.lang.String |
getAttribute()
Get the parameter/attribute type |
double |
getValueDbl()
Get the parameter value |
java.lang.String |
getValueStr()
Get the parameter value |
boolean |
isParamValueString()
Determine if the parameter has a string value |
private void |
setAttribute(java.lang.String attribute)
Set the attribute/parameter type |
void |
setValue(double nvalue)
Set the parameter number value |
void |
setValue(java.lang.String svalue)
Set the parameter string value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String attribute
private java.lang.String svalue
private double nvalue
| Constructor Detail |
public ApplicationParam(java.lang.String attr,
java.lang.String sval)
attr - parameter/attribute typesval - parameter string value
public ApplicationParam(java.lang.String attr,
double nval)
attr - parameter/attribute typenval - parameter number value| Method Detail |
private void setAttribute(java.lang.String attribute)
public void setValue(java.lang.String svalue)
public void setValue(double nvalue)
public java.lang.String getAttribute()
public java.lang.String getValueStr()
public double getValueDbl()
public boolean isParamValueString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||