Interface Constant<T extends Constant<T>>
- All Superinterfaces:
Comparable<T>
- All Known Implementing Classes:
AbstractConstant, Signal
A singleton which is safe to compare via the
== operator. Created and managed by ConstantPool.-
Method Summary
Methods inherited from interface Comparable
compareTo
-
Method Details
-
id
int id()Returns the unique number assigned to thisConstant. -
name
-