public static enum TypedValue.MathOpValue.Op extends Enum<TypedValue.MathOpValue.Op>
| Modifier and Type | Method and Description |
|---|---|
String |
getOpString() |
static TypedValue.MathOpValue.Op |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedValue.MathOpValue.Op[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedValue.MathOpValue.Op plus
public static final TypedValue.MathOpValue.Op minus
public static final TypedValue.MathOpValue.Op mul
public static final TypedValue.MathOpValue.Op div
public static final TypedValue.MathOpValue.Op mod
public static final TypedValue.MathOpValue.Op cmp
public static TypedValue.MathOpValue.Op[] values()
for (TypedValue.MathOpValue.Op c : TypedValue.MathOpValue.Op.values()) System.out.println(c);
public static TypedValue.MathOpValue.Op 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 String getOpString()
Copyright © 2018. All Rights Reserved.