public static final class DynamicEnum.Value extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equals is defined to use identity-equality.
|
int |
hashCode()
Hashcode is defined to use identity-equality.
|
String |
name()
Return the name of the value.
|
int |
ordinal()
Return the ordinal of the value.
|
String |
toString()
Returns a string value of the name of the value or "null" for null names.
|
public String name()
public int ordinal()
public boolean equals(Object o)
public int hashCode()
Copyright © 2016 Actian Corporation. All rights reserved.