public enum FrozenCounterEventVariation extends Enum<FrozenCounterEventVariation> implements ObjectVariation
EnumCode.MapFactory
Enum Constant and Description |
---|
ANY |
UNSIGNED_WITH_FLAG |
UNSIGNED_WITH_FLAG_TIME |
WORD_WITH_FLAG |
WORD_WITH_FLAG_TIME |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the code.
|
Optional<DataType> |
getDataType()
Gets the data type.
|
Class<? extends ObjectInstance> |
getObjectClass()
Gets the object class.
|
ObjectGroup |
getObjectGroup()
Gets the object group.
|
String |
getTitle()
Gets the variation title.
|
static FrozenCounterEventVariation |
instance(int variationCode)
Returns the instance for a variation code.
|
static FrozenCounterEventVariation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrozenCounterEventVariation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getPointType, isAny, isPacked, newObjectInstance
public static final FrozenCounterEventVariation ANY
public static final FrozenCounterEventVariation UNSIGNED_WITH_FLAG
public static final FrozenCounterEventVariation WORD_WITH_FLAG
public static final FrozenCounterEventVariation UNSIGNED_WITH_FLAG_TIME
public static final FrozenCounterEventVariation WORD_WITH_FLAG_TIME
public static FrozenCounterEventVariation[] values()
for (FrozenCounterEventVariation c : FrozenCounterEventVariation.values()) System.out.println(c);
public static FrozenCounterEventVariation 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 null@Nonnull @CheckReturnValue public static FrozenCounterEventVariation instance(int variationCode)
variationCode
- The variation code.public int getCode()
public Optional<DataType> getDataType()
getDataType
in interface ObjectVariation
public Class<? extends ObjectInstance> getObjectClass()
getObjectClass
in interface ObjectVariation
public ObjectGroup getObjectGroup()
getObjectGroup
in interface ObjectVariation
public String getTitle()
getTitle
in interface ObjectVariation
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.