Package com.denodo.commons.schema
Class SchemaFieldCompound
java.lang.Object
com.denodo.commons.schema.SchemaField
com.denodo.commons.schema.SchemaFieldCompound
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchemaFieldArray,SchemaFieldRegister
Represents a compound field from a schema.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<SchemaField>protected static final longFor interoperability with possible future changes. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.denodo.commons.schema.SchemaField
getFieldClassName, getFieldName
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
components
-
-
Constructor Details
-
SchemaFieldCompound
- Parameters:
fieldName-
-
-
Method Details
-
addComponent
-
getComponents
-
toString
- Overrides:
toStringin classSchemaField
-