Class CompoundType
java.lang.Object
org.qubership.integration.platform.runtime.catalog.model.mapper.metadata.ObjectWithMetadata
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.BaseType
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.TypeWithDefinitions
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.ComplexType
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.CompoundType
- All Implemented Interfaces:
DataType,TypeDefinitionAware,MetadataAware
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundType(TypeKind kind, Collection<DataType> types, Collection<TypeDefinition> definitions, Metadata metadata) -
Method Summary
Methods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.TypeWithDefinitions
getDefinitionsMethods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.BaseType
getKindMethods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.metadata.ObjectWithMetadata
getMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.DataType
acceptMethods inherited from interface org.qubership.integration.platform.runtime.catalog.model.mapper.metadata.MetadataAware
getMetadata
-
Constructor Details
-
CompoundType
public CompoundType(TypeKind kind, Collection<DataType> types, Collection<TypeDefinition> definitions, Metadata metadata)
-
-
Method Details
-
getTypes
-
getNestedAttributes
- Specified by:
getNestedAttributesin interfaceDataType- Overrides:
getNestedAttributesin classBaseType
-