akka.cluster.protobuf.msg
Enum ClusterMessages.NodeMetrics.NumberType

java.lang.Object
  extended by java.lang.Enum<ClusterMessages.NodeMetrics.NumberType>
      extended by akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ClusterMessages.NodeMetrics.NumberType>
Enclosing class:
ClusterMessages.NodeMetrics

public static enum ClusterMessages.NodeMetrics.NumberType
extends java.lang.Enum<ClusterMessages.NodeMetrics.NumberType>

Protobuf enum NodeMetrics.NumberType


Enum Constant Summary
Double
          Double = 1;
Float
          Float = 2;
Integer
          Integer = 3;
Long
          Long = 4;
Serialized
          Serialized = 0;
 
Field Summary
static int Double_VALUE
          Double = 1;
static int Float_VALUE
          Float = 2;
static int Integer_VALUE
          Integer = 3;
static int Long_VALUE
          Long = 4;
static int Serialized_VALUE
          Serialized = 0;
 
Method Summary
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
           
 int getNumber()
           
 com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
           
static  internalGetValueMap()
           
static ClusterMessages.NodeMetrics.NumberType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ClusterMessages.NodeMetrics.NumberType valueOf(int value)
           
static ClusterMessages.NodeMetrics.NumberType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClusterMessages.NodeMetrics.NumberType[] 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

Serialized

public static final ClusterMessages.NodeMetrics.NumberType Serialized
Serialized = 0;


Double

public static final ClusterMessages.NodeMetrics.NumberType Double
Double = 1;


Float

public static final ClusterMessages.NodeMetrics.NumberType Float
Float = 2;


Integer

public static final ClusterMessages.NodeMetrics.NumberType Integer
Integer = 3;


Long

public static final ClusterMessages.NodeMetrics.NumberType Long
Long = 4;

Field Detail

Serialized_VALUE

public static final int Serialized_VALUE
Serialized = 0;

See Also:
Constant Field Values

Double_VALUE

public static final int Double_VALUE
Double = 1;

See Also:
Constant Field Values

Float_VALUE

public static final int Float_VALUE
Float = 2;

See Also:
Constant Field Values

Integer_VALUE

public static final int Integer_VALUE
Integer = 3;

See Also:
Constant Field Values

Long_VALUE

public static final int Long_VALUE
Long = 4;

See Also:
Constant Field Values
Method Detail

values

public static ClusterMessages.NodeMetrics.NumberType[] 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 (ClusterMessages.NodeMetrics.NumberType c : ClusterMessages.NodeMetrics.NumberType.values())
    System.out.println(c);

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

valueOf

public static ClusterMessages.NodeMetrics.NumberType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getNumber

public final int getNumber()

valueOf

public static ClusterMessages.NodeMetrics.NumberType valueOf(int value)

internalGetValueMap

public static  internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()

getDescriptor

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

valueOf

public static ClusterMessages.NodeMetrics.NumberType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)