Interface HelperData
-
- All Superinterfaces:
Data
- All Known Subinterfaces:
AlignmentData,RotatingKickData
- All Known Implementing Classes:
AlignmentDataImpl
public interface HelperData extends Data
This is the interface which should be implememented by any helper-data which can be loaded into aloha.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HelperDataTypegetType()the type of the data as enum
-
-
-
Method Detail
-
getType
HelperDataType getType()
the type of the data as enum
-
-