org.tbee.swing.jpa
Enum JpaEntityManagerControlModel.StatusMessage.Meaning
java.lang.Object
java.lang.Enum<JpaEntityManagerControlModel.StatusMessage.Meaning>
org.tbee.swing.jpa.JpaEntityManagerControlModel.StatusMessage.Meaning
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<JpaEntityManagerControlModel.StatusMessage.Meaning>
- Enclosing class:
- JpaEntityManagerControlModel.StatusMessage
public static enum JpaEntityManagerControlModel.StatusMessage.Meaning
- extends java.lang.Enum<JpaEntityManagerControlModel.StatusMessage.Meaning>
| 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 |
UNDEF
public static final JpaEntityManagerControlModel.StatusMessage.Meaning UNDEF
NoEntityFound
public static final JpaEntityManagerControlModel.StatusMessage.Meaning NoEntityFound
New
public static final JpaEntityManagerControlModel.StatusMessage.Meaning New
Saved
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Saved
Loaded
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Loaded
Deleted
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Deleted
Seached
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Seached
NoKey
public static final JpaEntityManagerControlModel.StatusMessage.Meaning NoKey
NoMore
public static final JpaEntityManagerControlModel.StatusMessage.Meaning NoMore
NotFound
public static final JpaEntityManagerControlModel.StatusMessage.Meaning NotFound
First
public static final JpaEntityManagerControlModel.StatusMessage.Meaning First
Previous
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Previous
Next
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Next
Last
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Last
Goto
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Goto
Filter
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Filter
Busy
public static final JpaEntityManagerControlModel.StatusMessage.Meaning Busy
values
public static JpaEntityManagerControlModel.StatusMessage.Meaning[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JpaEntityManagerControlModel.StatusMessage.Meaning c : JpaEntityManagerControlModel.StatusMessage.Meaning.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JpaEntityManagerControlModel.StatusMessage.Meaning 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
java.lang.NullPointerException - if the argument is null
Copyright © 2010. All Rights Reserved.