com.prosysopc.ua.types.di
Enum DeviceHealthEnumeration
java.lang.Object
java.lang.Enum<DeviceHealthEnumeration>
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
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
NONE
public static final EnumSet<DeviceHealthEnumeration> NONE
ALL
public static final EnumSet<DeviceHealthEnumeration> ALL
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.