public enum FBSDKLikeControlAuxiliaryPosition extends Enum<FBSDKLikeControlAuxiliaryPosition> implements org.robovm.rt.bro.ValuedEnum
org.robovm.rt.bro.ValuedEnum.AsLongMarshaler, org.robovm.rt.bro.ValuedEnum.AsMachineSizedSIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsMachineSizedUIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedByteMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedShortMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedByteMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedShortMarshaler| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static String |
toString(FBSDKLikeControlAuxiliaryPosition auxiliaryPosition) |
long |
value() |
static FBSDKLikeControlAuxiliaryPosition |
valueOf(long n) |
static FBSDKLikeControlAuxiliaryPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FBSDKLikeControlAuxiliaryPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FBSDKLikeControlAuxiliaryPosition Inline
public static final FBSDKLikeControlAuxiliaryPosition Top
public static final FBSDKLikeControlAuxiliaryPosition Bottom
public static FBSDKLikeControlAuxiliaryPosition[] values()
for (FBSDKLikeControlAuxiliaryPosition c : FBSDKLikeControlAuxiliaryPosition.values()) System.out.println(c);
public static FBSDKLikeControlAuxiliaryPosition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static String toString(FBSDKLikeControlAuxiliaryPosition auxiliaryPosition)
public String toString()
toString in class Enum<FBSDKLikeControlAuxiliaryPosition>public long value()
value in interface org.robovm.rt.bro.ValuedEnumpublic static FBSDKLikeControlAuxiliaryPosition valueOf(long n)
Copyright © 2015 RoboVM AB. All Rights Reserved.