Class EBXLinkField
- java.lang.Object
-
- com.orchestranetworks.addon.dex.mapping.EBXField
-
- com.orchestranetworks.addon.dex.mapping.EBXLinkField
-
-
Constructor Summary
Constructors Constructor Description EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, java.util.Locale locale)Used to create a field with specified schema node, locale andFieldAttribute.EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode fieldSchemaNode, java.util.Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)EBXLinkFieldgetReferenceField()Returns the specified reference field.com.onwbp.adaptation.AdaptationTablegetReferenceTable()Returns the specified reference table.inthashCode()voidsetReferenceField(EBXLinkField referenceField)Sets the the specified reference field.-
Methods inherited from class com.orchestranetworks.addon.dex.mapping.EBXField
getFieldAttribute, getIndex, getLabel, getName, getSchemaNode
-
-
-
-
Constructor Detail
-
EBXLinkField
public EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode fieldSchemaNode, java.util.Locale locale) throws DataExchangeException- Throws:
DataExchangeException
-
EBXLinkField
public EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, java.util.Locale locale) throws DataExchangeExceptionUsed to create a field with specified schema node, locale andFieldAttribute.- Throws:
DataExchangeException
-
-
Method Detail
-
getReferenceTable
public com.onwbp.adaptation.AdaptationTable getReferenceTable()
Returns the specified reference table.
-
setReferenceField
public void setReferenceField(EBXLinkField referenceField)
Sets the the specified reference field.
-
getReferenceField
public EBXLinkField getReferenceField()
Returns the specified reference field.
-
-