Package org.robovm.apple.uikit
Class NSDocumentType.Marshaler
- java.lang.Object
-
- org.robovm.apple.uikit.NSDocumentType.Marshaler
-
- Enclosing class:
- NSDocumentType
public static class NSDocumentType.Marshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(NSDocumentType o, long flags)
static NSDocumentType
toObject(java.lang.Class<NSDocumentType> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static NSDocumentType toObject(java.lang.Class<NSDocumentType> cls, long handle, long flags)
-
toNative
public static long toNative(NSDocumentType o, long flags)
-
-