Package ai.promoted.proto.delivery
Enum BlenderArithmeticExpression.Operator
- java.lang.Object
-
- java.lang.Enum<BlenderArithmeticExpression.Operator>
-
- ai.promoted.proto.delivery.BlenderArithmeticExpression.Operator
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<BlenderArithmeticExpression.Operator>
- Enclosing class:
- BlenderArithmeticExpression
public static enum BlenderArithmeticExpression.Operator extends Enum<BlenderArithmeticExpression.Operator> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumdelivery.BlenderArithmeticExpression.Operator
-
-
Field Summary
Fields Modifier and Type Field Description static intADD_VALUEADD = 1;static intCEILING_VALUECEILING = 8;static intDIVIDE_VALUEDIVIDE = 4;static intFLOOR_VALUEFLOOR = 7;static intMAX_VALUEMAX = 6;static intMIN_VALUEMIN = 5;static intMULTIPLY_VALUEMULTIPLY = 2;static intSUBTRACT_VALUESUBTRACT = 3;static intUNKNOWN_VALUEUNKNOWN = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BlenderArithmeticExpression.OperatorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<BlenderArithmeticExpression.Operator>internalGetValueMap()static BlenderArithmeticExpression.OperatorvalueOf(int value)Deprecated.static BlenderArithmeticExpression.OperatorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BlenderArithmeticExpression.OperatorvalueOf(String name)Returns the enum constant of this type with the specified name.static BlenderArithmeticExpression.Operator[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final BlenderArithmeticExpression.Operator UNKNOWN
UNKNOWN = 0;
-
ADD
public static final BlenderArithmeticExpression.Operator ADD
ADD = 1;
-
MULTIPLY
public static final BlenderArithmeticExpression.Operator MULTIPLY
MULTIPLY = 2;
-
SUBTRACT
public static final BlenderArithmeticExpression.Operator SUBTRACT
SUBTRACT = 3;
-
DIVIDE
public static final BlenderArithmeticExpression.Operator DIVIDE
DIVIDE = 4;
-
MIN
public static final BlenderArithmeticExpression.Operator MIN
MIN = 5;
-
MAX
public static final BlenderArithmeticExpression.Operator MAX
MAX = 6;
-
FLOOR
public static final BlenderArithmeticExpression.Operator FLOOR
FLOOR = 7;
-
CEILING
public static final BlenderArithmeticExpression.Operator CEILING
CEILING = 8;
-
UNRECOGNIZED
public static final BlenderArithmeticExpression.Operator UNRECOGNIZED
-
-
Field Detail
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
UNKNOWN = 0;- See Also:
- Constant Field Values
-
ADD_VALUE
public static final int ADD_VALUE
ADD = 1;- See Also:
- Constant Field Values
-
MULTIPLY_VALUE
public static final int MULTIPLY_VALUE
MULTIPLY = 2;- See Also:
- Constant Field Values
-
SUBTRACT_VALUE
public static final int SUBTRACT_VALUE
SUBTRACT = 3;- See Also:
- Constant Field Values
-
DIVIDE_VALUE
public static final int DIVIDE_VALUE
DIVIDE = 4;- See Also:
- Constant Field Values
-
MIN_VALUE
public static final int MIN_VALUE
MIN = 5;- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
MAX = 6;- See Also:
- Constant Field Values
-
FLOOR_VALUE
public static final int FLOOR_VALUE
FLOOR = 7;- See Also:
- Constant Field Values
-
CEILING_VALUE
public static final int CEILING_VALUE
CEILING = 8;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static BlenderArithmeticExpression.Operator[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BlenderArithmeticExpression.Operator c : BlenderArithmeticExpression.Operator.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BlenderArithmeticExpression.Operator valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static BlenderArithmeticExpression.Operator valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static BlenderArithmeticExpression.Operator forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BlenderArithmeticExpression.Operator> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static BlenderArithmeticExpression.Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-