Uses of Class
com.microfocus.cobol.lang.internal.CobolRecordException

Packages that use CobolRecordException
com.microfocus.cobol.lang.internal   
 

Uses of CobolRecordException in com.microfocus.cobol.lang.internal
 

Methods in com.microfocus.cobol.lang.internal that throw CobolRecordException
protected  void CobolRecord.setNumeric(CobolDescriptor descriptor, BigDecimal newNumber, int offset)
           
protected  void CobolRecord.setNumericEdited(CobolDescriptor descriptor, BigDecimal newNumber, int offset)
           
protected  void CobolRecord.setFloat(CobolDescriptor descriptor, BigDecimal newNumber, int offset)
           
protected  void CobolRecord.setDouble(CobolDescriptor descriptor, BigDecimal newNumber, int offset)
           
protected  void CobolRecord.setAlphanumericEdited(CobolDescriptor descriptor, String newValue, int offset)
           
protected  BigDecimal CobolRecord.getNumeric(CobolDescriptor descriptor, int offset)
           
protected  BigDecimal CobolRecord.getNumericEdited(CobolDescriptor descriptor, int offset)
           
protected  BigDecimal CobolRecord.getFloat(CobolDescriptor descriptor, int offset)
           
protected  BigDecimal CobolRecord.getDouble(CobolDescriptor descriptor, int offset)
           
protected  String CobolRecord.getDisplay(CobolDescriptor descriptor, int offset)
           
 byte[] CobolRecord.getBytes()
           
 void CobolRecord.setBytes(byte[] newData)
           
 void CobolRecord.synchronizeData()
           
 BigDecimal CobolNumeric.getBigDecimal()
          Returns the value of this CobolNumeric as a BigDecimal
 BigInteger CobolNumeric.getBigInteger()
          Returns the value of this CobolNumeric as a BigInteger
 byte CobolNumeric.getByteValue()
          Returns the value of this CobolNumeric as a byte
 short CobolNumeric.getShortValue()
          Returns the value of this CobolNumeric as a short
 int CobolNumeric.getIntValue()
          Returns the value of this CobolNumeric as an int
 long CobolNumeric.getLongValue()
          Returns the value of this CobolNumeric as a long
 float CobolNumeric.getFloatValue()
          Returns the value of this CobolNumeric as a float
 double CobolNumeric.getDoubleValue()
          Returns the value of this CobolNumeric as a double
 void CobolNumeric.setBigDecimal(BigDecimal value)
          Set the CobolNumeric to the specified BigDecimal value
 void CobolNumeric.setBigInteger(BigInteger value)
          Set the CobolNumeric to the specified BigInteger value
 void CobolNumeric.setByte(byte value)
          Set the CobolNumeric to the specified byte value
 void CobolNumeric.setShort(short value)
          Set the CobolNumeric to the specified short value
 void CobolNumeric.setInt(int value)
          Set the CobolNumeric to the specified int value
 void CobolNumeric.setLong(long value)
          Set the CobolNumeric to the specified long value
 void CobolNumeric.setFloat(float value)
          Set the CobolNumeric to the specified float value
 void CobolNumeric.setDouble(double value)
          Set the CobolNumeric to the specified double value
 void CobolNumeric.setString(String value)
          Set the CobolNumeric to the specified String value
 CobolField CobolGroup.getField(String fieldName)
          Returns the Cobol data item object representing the given String fieldname
 byte[] CobolGroup.getBytesValue(String name)
           
 String CobolGroup.toString(String name)
           
 void CobolGroup.setBytes(String name, byte[] value)
           
 void CobolGroup.setString(String name, String value)
           
 byte CobolGroup.getByteValue(String name)
           
 short CobolGroup.getShortValue(String name)
           
 int CobolGroup.getIntValue(String name)
           
 long CobolGroup.getLongValue(String name)
           
 float CobolGroup.getFloatValue(String name)
           
 double CobolGroup.getDoubleValue(String name)
           
 BigDecimal CobolGroup.getBigDecimal(String name)
           
 BigInteger CobolGroup.getBigInteger(String name)
           
 void CobolGroup.setByte(String name, byte value)
           
 void CobolGroup.setShort(String name, short value)
           
 void CobolGroup.setInt(String name, int value)
           
 void CobolGroup.setLong(String name, long value)
           
 void CobolGroup.setFloat(String name, float value)
           
 void CobolGroup.setDouble(String name, double value)
           
 void CobolGroup.setBigDecimal(String name, BigDecimal value)
           
 void CobolGroup.setBigInteger(String name, BigInteger value)
           
 boolean CobolGroup.getBoolean(String name)
           
 void CobolGroup.setBoolean(String name, boolean value)
           
abstract  void CobolField.setString(String value)
           
 byte[] CobolBytes.getBytesValue()
           
 void CobolBytes.setBytes(byte[] newData)
           
 boolean CobolBoolean.getBoolean()
           
 void CobolBoolean.setBoolean(boolean setit)
           
 void CobolBoolean.setString(String value)
           
 void CobolAlphanumeric.setString(String data)
          Set the CobolAlphanumeric to the specified String value
 




Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.