java.lang.Object
com.pervasive.datarush.analytics.util.DynamicEnum.Value
- Enclosing class:
- DynamicEnum
A value of a given enumeration.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals is defined to use identity-equality.inthashCode()Hashcode is defined to use identity-equality.name()Return the name of the value.intordinal()Return the ordinal of the value.toString()Returns a string value of the name of the value or "null" for null names.
-
Method Details
-
name
Return the name of the value.- Returns:
- the name of the value.
-
ordinal
public int ordinal()Return the ordinal of the value.- Returns:
- the ordinal of the value.
-
equals
Equals is defined to use identity-equality. -
hashCode
public int hashCode()Hashcode is defined to use identity-equality. -
toString
Returns a string value of the name of the value or "null" for null names.
-