|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.CobolCondition
public class CobolCondition
This class represents a Cobol Condition on a CobolElementryDataItem
Constructor Summary | |
---|---|
CobolCondition(String name,
String value)
CobolCondition constructor comment. |
Method Summary | |
---|---|
short |
getLevel()
This method gets the Cobol level number for Cobol Conditions. |
String |
getName()
This method gets the name of this condition. |
String |
getValue()
This method gets the values assinged to the condition. |
void |
setName(String name)
This method sets the name of this condition. |
void |
setValue(String value)
This method sets the values assinged to this condition. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CobolCondition(String name, String value)
name
- the name to assign to the condition.value
- the value to assign to the condition.Method Detail |
---|
public short getLevel()
public String getName()
public String getValue()
public void setName(String name)
name
- the name of this condition.public void setValue(String value)
value
- the value to assigned to this condition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |