public interface ComEnum
When an Enum
class doesn't implement this interface,
its Enum.ordinal()
is used as its numeric value.
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue()
The integer assigned to this constant.
|
Copyright © 2014. All rights reserved.