Library
|
Package
Standard Definitions
Interface jxenum
package
com.ptc.cipjava
;
public interface
jxenum
Description
Base interface for all CIP Java enum classes.
Method Summary
int
getValue
()
Returns the value of enum object as an integer.
Method Detail
getValue
int
getValue
()
Returns the value of enum object as an integer.
Returns:
Value of enum object.