booster / com.didiglobal.booster.aapt2 / ConfigurationOuterClass / Configuration / Orientation

Orientation

class Orientation : ProtocolMessageEnum

Protobuf enum aapt.pb.Configuration.Orientation

Enum Values

ORIENTATION_UNSET

ORIENTATION_PORT

ORIENTATION_LAND

ORIENTATION_SQUARE

UNRECOGNIZED

Properties

ORIENTATION_LAND_VALUE

ORIENTATION_LAND = 2;

static val ORIENTATION_LAND_VALUE: Int

ORIENTATION_PORT_VALUE

ORIENTATION_PORT = 1;

static val ORIENTATION_PORT_VALUE: Int

ORIENTATION_SQUARE_VALUE

ORIENTATION_SQUARE = 3;

static val ORIENTATION_SQUARE_VALUE: Int

ORIENTATION_UNSET_VALUE

ORIENTATION_UNSET = 0;

static val ORIENTATION_UNSET_VALUE: Int

Functions

forNumber

static fun forNumber(value: Int): Orientation!

getDescriptor

static fun getDescriptor(): EnumDescriptor!

getDescriptorForType

fun getDescriptorForType(): EnumDescriptor!

getNumber

fun getNumber(): Int

getValueDescriptor

fun getValueDescriptor(): EnumValueDescriptor!

internalGetValueMap

static fun internalGetValueMap(): EnumLiteMap<Orientation!>!

valueOf

static fun valueOf(value: Int): Orientation!
static fun valueOf(desc: EnumValueDescriptor!): Orientation!