JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ka2ddo.util
Interface EnumWithUnits
All Known Implementing Classes:
HurricaneEnum
,
WeatherEnum
public interface
EnumWithUnits
This interface is only for enumerations that specify another Enum as the unit for the value indexed by the first Enum.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Enum<?>
getUnit
()
Get the unit (if any) for values for this Enum,
Method Detail
getUnit
java.lang.Enum<?> getUnit()
Get the unit (if any) for values for this Enum,
Returns:
unit Enum, or null if no unit known
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method