Uses of Class
aero.t2s.modes.constants.Version
| Package | Description |
|---|---|
| aero.t2s.modes | |
| aero.t2s.modes.constants |
-
Uses of Version in aero.t2s.modes
Methods in aero.t2s.modes that return Version Modifier and Type Method Description VersionTrack. getVersion()Methods in aero.t2s.modes with parameters of type Version Modifier and Type Method Description voidTrack. setVersion(Version version) -
Uses of Version in aero.t2s.modes.constants
Methods in aero.t2s.modes.constants that return Version Modifier and Type Method Description static VersionVersion. from(int version)static VersionVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared.