|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StaticErrorException.Code>
biz.onixs.fix.fastnew.StaticErrorException.Code
public static enum StaticErrorException.Code
The valid error codes
Enum Constant Summary | |
---|---|
S1
It is a static error if templates encoded in the concrete XML syntax are in fact not well-formed, do not follow the rules of XML namespaces or are invalid with respect to the schema in Appendix 1. |
|
S2
It is a static error if an operator is specified for a field of a type to which the operator is not applicable. |
|
S3
It is a static error if an initial value specified by the value attribute in the concrete syntax cannot be converted to a value of the type of the field. |
|
S4
It is a static error if no initial value is specified for a constant operator. |
|
S5
It is a static error if no initial value is specified for a default operator on a mandatory field. |
Method Summary | |
---|---|
String |
toString()
|
static StaticErrorException.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StaticErrorException.Code[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StaticErrorException.Code S1
public static final StaticErrorException.Code S2
public static final StaticErrorException.Code S3
public static final StaticErrorException.Code S4
public static final StaticErrorException.Code S5
Method Detail |
---|
public static StaticErrorException.Code[] values()
for (StaticErrorException.Code c : StaticErrorException.Code.values()) System.out.println(c);
public static StaticErrorException.Code 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 String toString()
toString
in class Enum<StaticErrorException.Code>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |