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 TypeClassDescriptionclassPurpose: This class represents metadata for composite fields.classPurpose: This class defines theFieldMetaDatainterface 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 FieldMetaDataElementaryFieldMetaData.myFieldRedefinedThis 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.myCompositeFieldscollection 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 themyCompositeFieldsattributeElementaryFieldMetaData.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 infieldNameCompositeObject.getFieldNamed(String fieldName) this method returns a field, if such a field exists, by the given nameRecordMetaData.getFieldNamed(String fieldName) retrieves theFieldMetaDatawith 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 TypeMethodDescriptionvoidCompositeFieldMetaData.addField(FieldMetaData newField) adds a field to the collectionvoidCompositeObject.addField(FieldMetaData field) this method adds a field to the fields VectorvoidRecordMetaData.addField(FieldMetaData newField) adds the field to the collectionprotected voidCobolRedefinedFieldValue.initialize(FieldMetaData metaData, byte[] recordData) voidCobolRedefinedFieldValue.setFieldMetaData(FieldMetaData newFieldMetaData) setter for field meta datavoidElementaryFieldMetaData.setFieldRedefined(FieldMetaData field) setter for myFieldRedefinedvoidFieldMetaData.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 voidCompositeFieldMetaData.initialize(Vector<FieldMetaData> fields) voidCompositeFieldMetaData.setFields(Vector<FieldMetaData> newCompositeFields) sets the composite field attribute to the new collectionvoidCompositeObject.setFields(Vector<FieldMetaData> fields) this method sets the fields to the new valuesvoidRecordMetaData.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 voidByteConverter.initialize(FieldMetaData metaData, byte[] recordData) accepts FieldMetaData and record data.voidByteConverter.setFieldMetaData(FieldMetaData newFieldMetaData) setter forFieldMetaDataConstructors 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