Package org.robovm.apple.foundation
Class NSOperatingSystemVersion
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<NSOperatingSystemVersion>
org.robovm.apple.foundation.NSOperatingSystemVersion
- All Implemented Interfaces:
Iterable<NSOperatingSystemVersion>
public class NSOperatingSystemVersion extends Struct<NSOperatingSystemVersion>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSOperatingSystemVersion.NSOperatingSystemVersionPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description NSOperatingSystemVersion()NSOperatingSystemVersion(long majorVersion, long minorVersion, long patchVersion) -
Method Summary
Modifier and Type Method Description longgetMajorVersion()longgetMinorVersion()longgetPatchVersion()NSOperatingSystemVersionsetMajorVersion(long majorVersion)NSOperatingSystemVersionsetMinorVersion(long minorVersion)NSOperatingSystemVersionsetPatchVersion(long patchVersion)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
NSOperatingSystemVersion
public NSOperatingSystemVersion() -
NSOperatingSystemVersion
public NSOperatingSystemVersion(long majorVersion, long minorVersion, long patchVersion)
-
-
Method Details
-
getMajorVersion
public long getMajorVersion() -
setMajorVersion
-
getMinorVersion
public long getMinorVersion() -
setMinorVersion
-
getPatchVersion
public long getPatchVersion() -
setPatchVersion
-