com.prosysopc.ua.types.di
Enum DeviceHealthEnumeration

java.lang.Object
  extended by java.lang.Enum<DeviceHealthEnumeration>
      extended by com.prosysopc.ua.types.di.DeviceHealthEnumeration
All Implemented Interfaces:
Serializable, Comparable<DeviceHealthEnumeration>, org.opcfoundation.ua.builtintypes.Enumeration

public enum DeviceHealthEnumeration
extends Enum<DeviceHealthEnumeration>
implements org.opcfoundation.ua.builtintypes.Enumeration

Generated on 2018-05-09 10:45:31


Enum Constant Summary
CHECK_FUNCTION
           
FAILURE
           
MAINTENANCE_REQUIRED
           
NORMAL
           
OFF_SPEC
           
 
Field Summary
static EnumSet<DeviceHealthEnumeration> ALL
           
static EnumSet<DeviceHealthEnumeration> NONE
           
 
Method Summary
static org.opcfoundation.ua.builtintypes.UnsignedInteger getMask(Collection<DeviceHealthEnumeration> list)
           
static org.opcfoundation.ua.builtintypes.UnsignedInteger getMask(DeviceHealthEnumeration... list)
           
static EnumSet<DeviceHealthEnumeration> getSet(int mask)
           
static EnumSet<DeviceHealthEnumeration> getSet(org.opcfoundation.ua.builtintypes.UnsignedInteger mask)
           
 int getValue()
           
static DeviceHealthEnumeration valueOf(int value)
           
static DeviceHealthEnumeration[] valueOf(int[] value)
           
static DeviceHealthEnumeration valueOf(Integer value)
           
static DeviceHealthEnumeration[] valueOf(Integer[] value)
           
static DeviceHealthEnumeration valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeviceHealthEnumeration valueOf(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
static DeviceHealthEnumeration[] valueOf(org.opcfoundation.ua.builtintypes.UnsignedInteger[] value)
           
static DeviceHealthEnumeration[] 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

NORMAL

public static final DeviceHealthEnumeration NORMAL

FAILURE

public static final DeviceHealthEnumeration FAILURE

CHECK_FUNCTION

public static final DeviceHealthEnumeration CHECK_FUNCTION

OFF_SPEC

public static final DeviceHealthEnumeration OFF_SPEC

MAINTENANCE_REQUIRED

public static final DeviceHealthEnumeration MAINTENANCE_REQUIRED
Field Detail

NONE

public static final EnumSet<DeviceHealthEnumeration> NONE

ALL

public static final EnumSet<DeviceHealthEnumeration> ALL
Method Detail

values

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

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

valueOf

public static DeviceHealthEnumeration 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

valueOf

public static DeviceHealthEnumeration valueOf(int value)

valueOf

public static DeviceHealthEnumeration valueOf(Integer value)

valueOf

public static DeviceHealthEnumeration valueOf(org.opcfoundation.ua.builtintypes.UnsignedInteger value)

valueOf

public static DeviceHealthEnumeration[] valueOf(int[] value)

valueOf

public static DeviceHealthEnumeration[] valueOf(Integer[] value)

valueOf

public static DeviceHealthEnumeration[] valueOf(org.opcfoundation.ua.builtintypes.UnsignedInteger[] value)

getMask

public static org.opcfoundation.ua.builtintypes.UnsignedInteger getMask(DeviceHealthEnumeration... list)

getMask

public static org.opcfoundation.ua.builtintypes.UnsignedInteger getMask(Collection<DeviceHealthEnumeration> list)

getSet

public static EnumSet<DeviceHealthEnumeration> getSet(org.opcfoundation.ua.builtintypes.UnsignedInteger mask)

getSet

public static EnumSet<DeviceHealthEnumeration> getSet(int mask)

getValue

public int getValue()
Specified by:
getValue in interface org.opcfoundation.ua.builtintypes.Enumeration


Copyright © 2018. All rights reserved.