Uses of Interface
org.eclipse.persistence.internal.eis.cobol.FieldMetaData
Package
Description
-
Uses of FieldMetaData in org.eclipse.persistence.internal.eis.cobol
Modifier and TypeClassDescriptionclass
Purpose: This class represents metadata for composite fields.class
Purpose: This class defines theFieldMetaData
interface it defines various behavior associated with a field and stores meta-information about the field.Modifier and TypeFieldDescriptionprotected FieldMetaData
ElementaryFieldMetaData.myFieldRedefined
This is the field that this field redefinesModifier and TypeFieldDescriptionprotected Vector
<FieldMetaData> CompositeFieldMetaData.myCompositeFields
collection containing this fields subordinate fieldsModifier and TypeMethodDescriptionCompositeFieldMetaData.deepCopy()
performs a deep copy of all subordiate fields in themyCompositeFields
attributeElementaryFieldMetaData.deepCopy()
performs a deep copy of all the attributes of the fieldFieldMetaData.deepCopy()
this method returns an new instance with the same valuesCobolRedefinedFieldValue.getFieldMetaData()
getter for field meta dataCompositeFieldMetaData.getFieldNamed
(String fieldName) returns the first subordinate field with a name matching the string infieldName
CompositeObject.getFieldNamed
(String fieldName) this method returns a field, if such a field exists, by the given nameRecordMetaData.getFieldNamed
(String fieldName) retrieves theFieldMetaData
with the corresponding name if it existsElementaryFieldMetaData.getFieldRedefined()
getter for myFieldRedefinedFieldMetaData.getFieldRedefined()
this method returns the field that is redefinedModifier and TypeMethodDescriptionCompositeFieldMetaData.getFields()
returns a collection of subordinate fieldsCompositeObject.getFields()
this method returns a Vector of fields that the object containsRecordMetaData.getFields()
getter for myFieldsModifier and TypeMethodDescriptionvoid
CompositeFieldMetaData.addField
(FieldMetaData newField) adds a field to the collectionvoid
CompositeObject.addField
(FieldMetaData field) this method adds a field to the fields Vectorvoid
RecordMetaData.addField
(FieldMetaData newField) adds the field to the collectionprotected void
CobolRedefinedFieldValue.initialize
(FieldMetaData metaData, byte[] recordData) void
CobolRedefinedFieldValue.setFieldMetaData
(FieldMetaData newFieldMetaData) setter for field meta datavoid
ElementaryFieldMetaData.setFieldRedefined
(FieldMetaData field) setter for myFieldRedefinedvoid
FieldMetaData.setFieldRedefined
(FieldMetaData field) this method sets the redefined fieldModifier and TypeMethodDescriptionprotected void
CompositeFieldMetaData.initialize
(Vector<FieldMetaData> fields) void
CompositeFieldMetaData.setFields
(Vector<FieldMetaData> newCompositeFields) sets the composite field attribute to the new collectionvoid
CompositeObject.setFields
(Vector<FieldMetaData> fields) this method sets the fields to the new valuesvoid
RecordMetaData.setFields
(Vector<FieldMetaData> newFields) setter for myFieldsModifierConstructorDescriptionCobolRedefinedFieldValue
(FieldMetaData metaData, byte[] recordData) ModifierConstructorDescriptionCompositeFieldMetaData
(String fieldName, RecordMetaData record, Vector<FieldMetaData> fields) RecordMetaData
(String name, Vector<FieldMetaData> fields) -
Uses of FieldMetaData in org.eclipse.persistence.internal.eis.cobol.helper
Modifier and TypeMethodDescriptionprotected void
ByteConverter.initialize
(FieldMetaData metaData, byte[] recordData) accepts FieldMetaData and record data.void
ByteConverter.setFieldMetaData
(FieldMetaData newFieldMetaData) setter forFieldMetaData
ModifierConstructorDescriptionByteConverter
(FieldMetaData metaData, byte[] recordData) constructor that accepts FieldMetaData and record data, this is the preferred constructor