Package com.yottabyte.crates.api
Interface BaseEnum
-
- All Known Implementing Classes:
AnimationStyle
,AnimationType
,KeyType
public interface BaseEnum
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseEnum
getDefaultValue()
Returns the default value for this enum.String
name()
Returns the name of this enum constant, exactly as declared in its enum declaration.
-