|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.JCLPromptableVariable
This class includes the information required to describe the JCLPromptableVariable. It is only used in zOS environment.
The following syntax validation constraints must be met on JCLPromptableVariable objects in zOS environment:
name | Always required |
Alphanumeric characters | |
Starting with alphabetic character | |
Blank spaces not allowed | |
Not longer than 8 characters | |
value | Not longer than 44 characters |
status | One of the following value defined in this class: |
PROMPTABLESTATUS_LEFTTORIGHTSUB (default) | |
PROMPTABLESTATUS_TABULAR | |
PROMPTABLESTATUS_COMPOUND |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static int |
PROMPTABLESTATUS_COMPOUND
Status of the variable compound |
static int |
PROMPTABLESTATUS_LEFTTORIGHTSUB
The default status of the variable (left to right) |
static int |
PROMPTABLESTATUS_TABULAR
Status of the variable tabular |
Constructor Summary | |
---|---|
JCLPromptableVariable()
Creates an empty promptable variable. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this object are equal to those of the given one. |
java.lang.String |
getName()
Returns the name of the variable |
int |
getStatus()
Returns the status of the variable |
java.lang.String |
getValue()
Returns the value of the variable |
int |
hashCode()
Returns a hash code for this object. |
void |
setName(java.lang.String name)
Sets the name of the variable |
void |
setStatus(int status)
Sets the status of the variable For internal use only. |
void |
setValue(java.lang.String value)
Sets the value of the variable |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PROMPTABLESTATUS_LEFTTORIGHTSUB
public static final int PROMPTABLESTATUS_TABULAR
public static final int PROMPTABLESTATUS_COMPOUND
public static final java.lang.String COPYRIGHT
Constructor Detail |
public JCLPromptableVariable()
Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public int getStatus()
public void setName(java.lang.String name)
name
- The name to set.public void setValue(java.lang.String value)
value
- The value to set.public void setStatus(int status)
status
- The status to set.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |