public class JavaEnumField extends com.mediadriver.atlas.v2.Field implements Serializable
Java class for JavaEnumField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JavaEnumField">
<complexContent>
<extension base="{http://mediadriver.com/atlas/v2}Field">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ordinal" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Integer |
ordinal |
| Constructor and Description |
|---|
JavaEnumField() |
| 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.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getOrdinal()
Integerpublic void setOrdinal(Integer value)
value - allowed object is
Integerpublic boolean equals(Object object)
equals in class com.mediadriver.atlas.v2.Fieldpublic int hashCode()
hashCode in class com.mediadriver.atlas.v2.FieldCopyright © 2017. All rights reserved.