|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SIFErrorCategory>
com.edustructures.sifworks.SIFErrorCategory
public enum SIFErrorCategory
The list of codes defined by SIF for SIF_Category element in SIF_Error
| Enum Constant Summary | |
|---|---|
ACCESS_PERMISSIONS
Access and Permissions (4) |
|
AUTHENTICATION
Authentication (3) |
|
ENCRYPTION
Encryption (2) |
|
EVENTS
Reporting and Processing events (9) |
|
GENERIC
Generic Message Handling (12) |
|
PROVISION
Agent Provisioning (6) |
|
REGISTRATION
Agent Registration (5) |
|
REQUEST_RESPONSE
Request and Response (8) |
|
SUBSCRIPTION
Subscription (7) |
|
SYSTEM
System (OS, Database, Vendor localized, etc.) (11) |
|
TRANSPORT
Transport (10) |
|
UNKNOWN
Unknown (This SHOULD NOT be used, if possible) (0) |
|
XML_VALIDATION
XML Validation (1) |
|
| Method Summary | |
|---|---|
int |
getValue()
The integer value of the code |
static SIFErrorCategory |
lookup(java.lang.Integer value)
Returns a SIFErrorCategory enum value for the given int value |
static SIFErrorCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SIFErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 SIFErrorCategory UNKNOWN
public static final SIFErrorCategory XML_VALIDATION
public static final SIFErrorCategory ENCRYPTION
public static final SIFErrorCategory AUTHENTICATION
public static final SIFErrorCategory ACCESS_PERMISSIONS
public static final SIFErrorCategory REGISTRATION
public static final SIFErrorCategory PROVISION
public static final SIFErrorCategory SUBSCRIPTION
public static final SIFErrorCategory REQUEST_RESPONSE
public static final SIFErrorCategory EVENTS
public static final SIFErrorCategory TRANSPORT
public static final SIFErrorCategory SYSTEM
public static final SIFErrorCategory GENERIC
| Method Detail |
|---|
public static final SIFErrorCategory[] values()
for(SIFErrorCategory c : SIFErrorCategory.values())
System.out.println(c);
public static SIFErrorCategory 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 namepublic int getValue()
public static SIFErrorCategory lookup(java.lang.Integer value)
value - The int value to use for searching the enum class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||