com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds
Enum DFEStatisticModule.ValueType

java.lang.Object
  extended by java.lang.Enum<DFEStatisticModule.ValueType>
      extended by com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.DFEStatisticModule.ValueType
All Implemented Interfaces:
Serializable, Comparable<DFEStatisticModule.ValueType>
Enclosing class:
DFEStatisticModule

public static enum DFEStatisticModule.ValueType
extends Enum<DFEStatisticModule.ValueType>

Value type of the data.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Enum Constant Summary
DOUBLE
          Value type is double.
INTEGER
          Value type is integer.
REAL
          Value type is real.
 
Method Summary
static DFEStatisticModule.ValueType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DFEStatisticModule.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 DFEStatisticModule.ValueType DOUBLE
Value type is double.


INTEGER

public static final DFEStatisticModule.ValueType INTEGER
Value type is integer.


REAL

public static final DFEStatisticModule.ValueType REAL
Value type is real.

Method Detail

values

public static DFEStatisticModule.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 (DFEStatisticModule.ValueType c : DFEStatisticModule.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 DFEStatisticModule.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


Copyright © 2019. All rights reserved.