com.eurotech.framework.core.message.protobuf
Enum EsfPayloadProto.EsfPayload.EsfMetric.ValueType

java.lang.Object
  extended by java.lang.Enum<EsfPayloadProto.EsfPayload.EsfMetric.ValueType>
      extended by com.eurotech.framework.core.message.protobuf.EsfPayloadProto.EsfPayload.EsfMetric.ValueType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<EsfPayloadProto.EsfPayload.EsfMetric.ValueType>
Enclosing class:
EsfPayloadProto.EsfPayload.EsfMetric

public static enum EsfPayloadProto.EsfPayload.EsfMetric.ValueType
extends Enum<EsfPayloadProto.EsfPayload.EsfMetric.ValueType>
implements com.google.protobuf.ProtocolMessageEnum


Enum Constant Summary
BOOL
           
BYTES
           
DOUBLE
           
FLOAT
           
INT32
           
INT64
           
STRING
           
 
Field Summary
static int BOOL_VALUE
           
static int BYTES_VALUE
           
static int DOUBLE_VALUE
           
static int FLOAT_VALUE
           
static int INT32_VALUE
           
static int INT64_VALUE
           
static int STRING_VALUE
           
 
Method Summary
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
           
 int getNumber()
           
 com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
           
static com.google.protobuf.Internal.EnumLiteMap<EsfPayloadProto.EsfPayload.EsfMetric.ValueType> internalGetValueMap()
           
static EsfPayloadProto.EsfPayload.EsfMetric.ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static EsfPayloadProto.EsfPayload.EsfMetric.ValueType valueOf(int value)
           
static EsfPayloadProto.EsfPayload.EsfMetric.ValueType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EsfPayloadProto.EsfPayload.EsfMetric.ValueType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DOUBLE

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType DOUBLE

FLOAT

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType FLOAT

INT64

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType INT64

INT32

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType INT32

BOOL

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType BOOL

STRING

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType STRING

BYTES

public static final EsfPayloadProto.EsfPayload.EsfMetric.ValueType BYTES
Field Detail

DOUBLE_VALUE

public static final int DOUBLE_VALUE
See Also:
Constant Field Values

FLOAT_VALUE

public static final int FLOAT_VALUE
See Also:
Constant Field Values

INT64_VALUE

public static final int INT64_VALUE
See Also:
Constant Field Values

INT32_VALUE

public static final int INT32_VALUE
See Also:
Constant Field Values

BOOL_VALUE

public static final int BOOL_VALUE
See Also:
Constant Field Values

STRING_VALUE

public static final int STRING_VALUE
See Also:
Constant Field Values

BYTES_VALUE

public static final int BYTES_VALUE
See Also:
Constant Field Values
Method Detail

values

public static EsfPayloadProto.EsfPayload.EsfMetric.ValueType[] 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 (EsfPayloadProto.EsfPayload.EsfMetric.ValueType c : EsfPayloadProto.EsfPayload.EsfMetric.ValueType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EsfPayloadProto.EsfPayload.EsfMetric.ValueType 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 name
NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite
Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum

valueOf

public static EsfPayloadProto.EsfPayload.EsfMetric.ValueType valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<EsfPayloadProto.EsfPayload.EsfMetric.ValueType> internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum

getDescriptor

public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()

valueOf

public static EsfPayloadProto.EsfPayload.EsfMetric.ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2013. All Rights Reserved.