|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IPixmapGenerated.Props> org.jmythapi.protocol.events.IPixmapGenerated.Props
public static enum IPixmapGenerated.Props
Enum Constant Summary | |
---|---|
PIXMAP_CHECKSUM
Pixmap checksum. |
|
PIXMAP_DATA_BASE64
Pixmap base64 encoded data. |
|
PIXMAP_DATA_SIZE
Pixmap data size. |
|
PIXMAP_LAST_MODIFIED
Pixmap last modified timestamp. |
|
STATUS_CODE
The status code. |
|
STATUS_MESSAGE
A message text. |
|
TOKEN
The token that was specified during pixmap generation. |
|
UNIQUE_RECORDING_ID
The unique recording id. |
Method Summary | |
---|---|
static IPixmapGenerated.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPixmapGenerated.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IPixmapGenerated.Props STATUS_CODE
IPixmapGenerated.getStatusCode()
public static final IPixmapGenerated.Props UNIQUE_RECORDING_ID
IPixmapGenerated.getUniqueRecordingID()
,
IPixmapGenerated.getChannelID()
,
IPixmapGenerated.getRecordingStartTime()
public static final IPixmapGenerated.Props STATUS_MESSAGE
IPixmapGenerated.getStatusMessage()
public static final IPixmapGenerated.Props PIXMAP_LAST_MODIFIED
This is null on ERROR
.
IPixmapGenerated.getPixmap()
,
IPixmap.Props#LAST_MODIFIED
public static final IPixmapGenerated.Props PIXMAP_DATA_SIZE
This is null on ERROR
.
IPixmapGenerated.getPixmap()
,
IPixmap.Props#DATA_SIZE
public static final IPixmapGenerated.Props PIXMAP_CHECKSUM
This is null on ERROR
.
IPixmapGenerated.getPixmap()
,
IPixmap.Props#DATA_CHECKSUM
public static final IPixmapGenerated.Props PIXMAP_DATA_BASE64
This is null on ERROR
.
IPixmapGenerated.getPixmap()
,
IPixmap.Props#DATA_BASE64
public static final IPixmapGenerated.Props TOKEN
IPixmapGenerated.getToken()
Method Detail |
---|
public static IPixmapGenerated.Props[] values()
for (IPixmapGenerated.Props c : IPixmapGenerated.Props.values()) System.out.println(c);
public static IPixmapGenerated.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |