public static enum IKnxDpt4.CharacterSet extends Enum<IKnxDpt4.CharacterSet>
Enum Constant and Description |
---|
CHARACTER_SET_8859_1 |
CHARACTER_SET_ASCII |
Modifier and Type | Method and Description |
---|---|
static IKnxDpt4.CharacterSet |
get(int code) |
int |
getTypeCode() |
static IKnxDpt4.CharacterSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IKnxDpt4.CharacterSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IKnxDpt4.CharacterSet CHARACTER_SET_ASCII
public static final IKnxDpt4.CharacterSet CHARACTER_SET_8859_1
public static IKnxDpt4.CharacterSet[] values()
for (IKnxDpt4.CharacterSet c : IKnxDpt4.CharacterSet.values()) System.out.println(c);
public static IKnxDpt4.CharacterSet valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getTypeCode()
public static IKnxDpt4.CharacterSet get(int code)
Copyright © 2018 universAAL Consortium. All rights reserved.