Package org.robovm.rt.bro
Class ValuedEnum.AsSignedShortMarshaler
java.lang.Object
org.robovm.rt.bro.ValuedEnum.AsSignedShortMarshaler
- Enclosing interface:
- ValuedEnum
public static class ValuedEnum.AsSignedShortMarshaler extends Object
Marshals a
ValuedEnum as a 16-bit signed value.-
Constructor Summary
Constructors Constructor Description AsSignedShortMarshaler() -
Method Summary
Modifier and Type Method Description static shorttoNative(ValuedEnum v, long flags)static <T extends Enum<T> & ValuedEnum>
ValuedEnumtoObject(Class<T> cls, short value, long flags)
-
Constructor Details
-
AsSignedShortMarshaler
public AsSignedShortMarshaler()
-
-
Method Details
-
toObject
public static <T extends Enum<T> & ValuedEnum> ValuedEnum toObject(Class<T> cls, short value, long flags) -
toNative
-