public enum CDGRAPHIC_VERSION extends Enum<CDGRAPHIC_VERSION> implements INumberEnum<Byte>
Enum Constant and Description |
---|
VERSION1
Graphics Format 1 - created by Notes version 2
|
VERSION2
Graphics Format 2 - created by Notes version 3
|
VERSION3
Graphics Format 3 - created by Notes version 4.5
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static CDGRAPHIC_VERSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDGRAPHIC_VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDGRAPHIC_VERSION VERSION1
public static final CDGRAPHIC_VERSION VERSION2
public static final CDGRAPHIC_VERSION VERSION3
public static CDGRAPHIC_VERSION[] values()
for (CDGRAPHIC_VERSION c : CDGRAPHIC_VERSION.values()) System.out.println(c);
public static CDGRAPHIC_VERSION 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 Byte getValue()
getValue
in interface INumberEnum<Byte>
public long getLongValue()
getLongValue
in interface INumberEnum<Byte>
long
Copyright © 2014–2018. All rights reserved.