public class JavaEnumField extends io.atlasmap.v2.Field implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected String |
name |
protected Integer |
ordinal |
Constructor and Description |
---|
JavaEnumField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getClassName()
Gets the value of the className property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
int |
hashCode() |
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal 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 className
public String getName()
getName
in class io.atlasmap.v2.Field
String
public void setName(String value)
setName
in class io.atlasmap.v2.Field
value
- allowed object is
String
public Integer getOrdinal()
Integer
public void setOrdinal(Integer value)
value
- allowed object is
Integer
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.