|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FaxProperties>
de.starface.integration.uci.java.v30.values.FaxProperties
public enum FaxProperties
This enum contains the keys for properties of a fax transmitted in fax state changes.
| Enum Constant Summary | |
|---|---|
calledNumber
The number that the fax is being send to as String |
|
id
The id of the fax in form of a UUID as String |
|
sentPages
The number of pages already sent as Integer |
|
state
The state of the fax as String by name defined in FaxState |
|
timestamp
The point of time when the event occurred as Date |
|
totalPages
The number of pages total if known as Integer (zero otherwise) |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static FaxProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaxProperties[] |
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 FaxProperties id
String
public static final FaxProperties state
String by name defined in FaxState
public static final FaxProperties timestamp
Date
public static final FaxProperties calledNumber
String
public static final FaxProperties sentPages
Integer
public static final FaxProperties totalPages
Integer (zero otherwise)
| Method Detail |
|---|
public static FaxProperties[] values()
for (FaxProperties c : FaxProperties.values()) System.out.println(c);
public static FaxProperties 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 nullpublic Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||