Package io.atlasmap.json.v2
Class JsonEnumField
- java.lang.Object
-
- io.atlasmap.v2.Field
-
- io.atlasmap.json.v2.JsonEnumField
-
- All Implemented Interfaces:
Serializable
public class JsonEnumField extends io.atlasmap.v2.Field implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonEnumField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)IntegergetOrdinal()Gets the value of the ordinal property.StringgetTypeName()Gets the value of the typeName property.inthashCode()BooleanisUserCreated()Gets the value of the userCreated property.voidsetOrdinal(Integer value)Sets the value of the ordinal property.voidsetTypeName(String value)Sets the value of the typeName property.voidsetUserCreated(Boolean value)Sets the value of the userCreated property.-
Methods inherited from class io.atlasmap.v2.Field
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValue
-
-
-
-
Method Detail
-
getOrdinal
public Integer getOrdinal()
Gets the value of the ordinal property.- Returns:
- possible object is
Integer
-
setOrdinal
public void setOrdinal(Integer value)
Sets the value of the ordinal property.- Parameters:
value- allowed object isInteger
-
getTypeName
public String getTypeName()
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
public void setTypeName(String value)
Sets the value of the typeName property.- Parameters:
value- allowed object isString
-
isUserCreated
public Boolean isUserCreated()
Gets the value of the userCreated property.- Returns:
- possible object is
Boolean
-
setUserCreated
public void setUserCreated(Boolean value)
Sets the value of the userCreated property.- Parameters:
value- allowed object isBoolean
-
-