Uses of Interface
org.eclipse.persistence.internal.eis.cobol.FieldMetaData
Packages that use FieldMetaData
Package
Description
-
Uses of FieldMetaData in org.eclipse.persistence.internal.eis.cobol
Classes in org.eclipse.persistence.internal.eis.cobol that implement FieldMetaDataModifier 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.Fields in org.eclipse.persistence.internal.eis.cobol declared as FieldMetaDataModifier and TypeFieldDescriptionprotected FieldMetaData
ElementaryFieldMetaData.myFieldRedefined
This is the field that this field redefinesFields in org.eclipse.persistence.internal.eis.cobol with type parameters of type FieldMetaDataModifier and TypeFieldDescriptionprotected Vector
<FieldMetaData> CompositeFieldMetaData.myCompositeFields
collection containing this fields subordinate fieldsMethods in org.eclipse.persistence.internal.eis.cobol that return FieldMetaDataModifier 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 redefinedMethods in org.eclipse.persistence.internal.eis.cobol that return types with arguments of type FieldMetaDataModifier and TypeMethodDescriptionCompositeFieldMetaData.getFields()
returns a collection of subordinate fieldsCompositeObject.getFields()
this method returns a Vector of fields that the object containsRecordMetaData.getFields()
getter for myFieldsMethods in org.eclipse.persistence.internal.eis.cobol with parameters of type FieldMetaDataModifier 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 fieldMethod parameters in org.eclipse.persistence.internal.eis.cobol with type arguments of type FieldMetaDataModifier 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 myFieldsConstructors in org.eclipse.persistence.internal.eis.cobol with parameters of type FieldMetaDataModifierConstructorDescriptionCobolRedefinedFieldValue
(FieldMetaData metaData, byte[] recordData) Constructor parameters in org.eclipse.persistence.internal.eis.cobol with type arguments of type FieldMetaDataModifierConstructorDescriptionCompositeFieldMetaData
(String fieldName, RecordMetaData record, Vector<FieldMetaData> fields) RecordMetaData
(String name, Vector<FieldMetaData> fields) -
Uses of FieldMetaData in org.eclipse.persistence.internal.eis.cobol.helper
Methods in org.eclipse.persistence.internal.eis.cobol.helper that return FieldMetaDataMethods in org.eclipse.persistence.internal.eis.cobol.helper with parameters of type FieldMetaDataModifier and TypeMethodDescriptionprotected void
ByteConverter.initialize
(FieldMetaData metaData, byte[] recordData) accepts FieldMetaData and record data.void
ByteConverter.setFieldMetaData
(FieldMetaData newFieldMetaData) setter forFieldMetaData
Constructors in org.eclipse.persistence.internal.eis.cobol.helper with parameters of type FieldMetaDataModifierConstructorDescriptionByteConverter
(FieldMetaData metaData, byte[] recordData) constructor that accepts FieldMetaData and record data, this is the preferred constructor