private static enum RealAttributeSemantics.ProtocolType extends java.lang.Enum<RealAttributeSemantics.ProtocolType>
Enum Constant and Description |
---|
OBJECT
Protokoll mit einem festen Objekt
|
PSEUDOOBJECT
Protokoll mit Pseudoobjekten
|
UNKOWN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_readableDescription |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReadableDescription() |
static RealAttributeSemantics.ProtocolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealAttributeSemantics.ProtocolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealAttributeSemantics.ProtocolType UNKOWN
public static final RealAttributeSemantics.ProtocolType PSEUDOOBJECT
public static final RealAttributeSemantics.ProtocolType OBJECT
public static RealAttributeSemantics.ProtocolType[] values()
for (RealAttributeSemantics.ProtocolType c : RealAttributeSemantics.ProtocolType.values()) System.out.println(c);
public static RealAttributeSemantics.ProtocolType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getReadableDescription()