public class XmlEnumField extends io.atlasmap.v2.Field implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Integer |
ordinal |
protected String |
typeName |
Constructor and Description |
---|
XmlEnumField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getName()
Gets the value of the name property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
protected String name
protected Integer ordinal
protected String typeName
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getOrdinal()
Integer
public void setOrdinal(Integer value)
value
- allowed object is
Integer
public String getTypeName()
String
public void setTypeName(String value)
value
- allowed object is
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.