Uses of Class
com.ibm.etools.cobol.application.model.cobol.UPSISwitchBit

Uses of UPSISwitchBit in com.ibm.etools.cobol.application.model.cobol
 

Fields in com.ibm.etools.cobol.application.model.cobol declared as UPSISwitchBit
static UPSISwitchBit UPSISwitchBit.UPSI_0_LITERAL
          The 'UPSI 0' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_1_LITERAL
          The 'UPSI 1' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_2_LITERAL
          The 'UPSI 2' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_3_LITERAL
          The 'UPSI 3' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_4_LITERAL
          The 'UPSI 4' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_5_LITERAL
          The 'UPSI 5' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_6_LITERAL
          The 'UPSI 6' literal object.
static UPSISwitchBit UPSISwitchBit.UPSI_7_LITERAL
          The 'UPSI 7' literal object.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return UPSISwitchBit
static UPSISwitchBit UPSISwitchBit.get(int value)
          Returns the 'UPSI Switch Bit' literal with the specified integer value.
static UPSISwitchBit UPSISwitchBit.get(java.lang.String literal)
          Returns the 'UPSI Switch Bit' literal with the specified literal value.
 UPSISwitchBit UPSISwitchRef.getBit()
          Returns the value of the 'Bit' attribute.
 UPSISwitchBit UPSISwitch.getBit()
          Returns the value of the 'Bit' attribute.
static UPSISwitchBit UPSISwitchBit.getByName(java.lang.String name)
          Returns the 'UPSI Switch Bit' literal with the specified name.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type UPSISwitchBit
 void UPSISwitchRef.setBit(UPSISwitchBit value)
          Sets the value of the 'Bit' attribute.
 void UPSISwitch.setBit(UPSISwitchBit value)
          Sets the value of the 'Bit' attribute.