public abstract class TraitEnum extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
TraitEnum(String name,
int enumValue)
Constructor to add a new named item.
|
Modifier and Type | Method and Description |
---|---|
int |
getEnumValue()
Returns the enumeration value (one of
Constants .EN_*). |
String |
getName()
Returns the name of the enumeration.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.