com.sun.xml.bind.v2.model.impl
Enum Messages
java.lang.Object
java.lang.Enum<Messages>
com.sun.xml.bind.v2.model.impl.Messages
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Messages>
enum Messages
- extends java.lang.Enum<Messages>
Message resources
Method Summary |
java.lang.String |
format(java.lang.Object... args)
|
java.lang.String |
toString()
|
static Messages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ID_MUST_BE_STRING
public static final Messages ID_MUST_BE_STRING
MUTUALLY_EXCLUSIVE_ANNOTATIONS
public static final Messages MUTUALLY_EXCLUSIVE_ANNOTATIONS
NO_DEFAULT_CONSTRUCTOR
public static final Messages NO_DEFAULT_CONSTRUCTOR
ANNOTATION_ON_WRONG_METHOD
public static final Messages ANNOTATION_ON_WRONG_METHOD
GETTER_SETTER_INCOMPATIBLE_TYPE
public static final Messages GETTER_SETTER_INCOMPATIBLE_TYPE
DUPLICATE_ENTRY_IN_PROP_ORDER
public static final Messages DUPLICATE_ENTRY_IN_PROP_ORDER
DUPLICATE_PROPERTIES
public static final Messages DUPLICATE_PROPERTIES
XML_ELEMENT_MAPPING_ON_NON_IXMLELEMENT_METHOD
public static final Messages XML_ELEMENT_MAPPING_ON_NON_IXMLELEMENT_METHOD
SCOPE_IS_NOT_COMPLEXTYPE
public static final Messages SCOPE_IS_NOT_COMPLEXTYPE
CONFLICTING_XML_ELEMENT_MAPPING
public static final Messages CONFLICTING_XML_ELEMENT_MAPPING
REFERENCE_TO_NON_ELEMENT
public static final Messages REFERENCE_TO_NON_ELEMENT
NON_EXISTENT_ELEMENT_MAPPING
public static final Messages NON_EXISTENT_ELEMENT_MAPPING
TWO_ATTRIBUTE_WILDCARDS
public static final Messages TWO_ATTRIBUTE_WILDCARDS
SUPER_CLASS_HAS_WILDCARD
public static final Messages SUPER_CLASS_HAS_WILDCARD
INVALID_ATTRIBUTE_WILDCARD_TYPE
public static final Messages INVALID_ATTRIBUTE_WILDCARD_TYPE
PROPERTY_MISSING_FROM_ORDER
public static final Messages PROPERTY_MISSING_FROM_ORDER
PROPERTY_ORDER_CONTAINS_UNUSED_ENTRY
public static final Messages PROPERTY_ORDER_CONTAINS_UNUSED_ENTRY
INVALID_XML_ENUM_VALUE
public static final Messages INVALID_XML_ENUM_VALUE
FAILED_TO_INITIALE_DATATYPE_FACTORY
public static final Messages FAILED_TO_INITIALE_DATATYPE_FACTORY
NO_IMAGE_WRITER
public static final Messages NO_IMAGE_WRITER
ILLEGAL_MIME_TYPE
public static final Messages ILLEGAL_MIME_TYPE
ILLEGAL_ANNOTATION
public static final Messages ILLEGAL_ANNOTATION
MULTIPLE_VALUE_PROPERTY
public static final Messages MULTIPLE_VALUE_PROPERTY
ELEMENT_AND_VALUE_PROPERTY
public static final Messages ELEMENT_AND_VALUE_PROPERTY
CONFLICTING_XML_TYPE_MAPPING
public static final Messages CONFLICTING_XML_TYPE_MAPPING
XMLVALUE_IN_DERIVED_TYPE
public static final Messages XMLVALUE_IN_DERIVED_TYPE
SIMPLE_TYPE_IS_REQUIRED
public static final Messages SIMPLE_TYPE_IS_REQUIRED
PROPERTY_COLLISION
public static final Messages PROPERTY_COLLISION
INVALID_IDREF
public static final Messages INVALID_IDREF
INVALID_XML_ELEMENT_REF
public static final Messages INVALID_XML_ELEMENT_REF
NO_XML_ELEMENT_DECL
public static final Messages NO_XML_ELEMENT_DECL
NO_REGISTRY_CLASS
public static final Messages NO_REGISTRY_CLASS
ANNOTATION_NOT_ALLOWED
public static final Messages ANNOTATION_NOT_ALLOWED
XMLLIST_NEEDS_SIMPLETYPE
public static final Messages XMLLIST_NEEDS_SIMPLETYPE
XMLLIST_ON_SINGLE_PROPERTY
public static final Messages XMLLIST_ON_SINGLE_PROPERTY
values
public static final Messages[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Messages c : Messages.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Messages valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<Messages>
format
public java.lang.String format(java.lang.Object... args)