Package io.atlasmap.v2
Class Collection
java.lang.Object
io.atlasmap.v2.BaseMapping
io.atlasmap.v2.Collection
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JavaCollection
Deprecated.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
Deprecated.protected CollectionType
Deprecated.protected Mappings
Deprecated.Fields inherited from class io.atlasmap.v2.BaseMapping
alias, description, mappingType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the value of the collectionSize property.Deprecated.Gets the value of the collectionType property.Deprecated.Gets the value of the mappings property.void
setCollectionSize
(BigInteger value) Deprecated.Sets the value of the collectionSize property.void
setCollectionType
(CollectionType value) Deprecated.Sets the value of the collectionType property.void
setMappings
(Mappings value) Deprecated.Sets the value of the mappings property.Methods inherited from class io.atlasmap.v2.BaseMapping
getAlias, getDescription, getMappingType, setAlias, setDescription, setMappingType
-
Field Details
-
mappings
Deprecated. -
collectionSize
Deprecated. -
collectionType
Deprecated.
-
-
Constructor Details
-
Collection
public Collection()Deprecated.
-
-
Method Details
-
getMappings
Deprecated.Gets the value of the mappings property.- Returns:
- possible object is
Mappings
-
setMappings
Deprecated.Sets the value of the mappings property.- Parameters:
value
- allowed object isMappings
-
getCollectionSize
Deprecated.Gets the value of the collectionSize property.- Returns:
- possible object is
BigInteger
-
setCollectionSize
Deprecated.Sets the value of the collectionSize property.- Parameters:
value
- allowed object isBigInteger
-
getCollectionType
Deprecated.Gets the value of the collectionType property.- Returns:
- possible object is
CollectionType
-
setCollectionType
Deprecated.Sets the value of the collectionType property.- Parameters:
value
- allowed object isCollectionType
-