org.tbee.swing.jpa
Enum JpaEntityManagerControlModel.StatusMessage.Meaning

java.lang.Object
  extended by java.lang.Enum<JpaEntityManagerControlModel.StatusMessage.Meaning>
      extended by org.tbee.swing.jpa.JpaEntityManagerControlModel.StatusMessage.Meaning
All Implemented Interfaces:
Serializable, Comparable<JpaEntityManagerControlModel.StatusMessage.Meaning>
Enclosing class:
JpaEntityManagerControlModel.StatusMessage

public static enum JpaEntityManagerControlModel.StatusMessage.Meaning
extends Enum<JpaEntityManagerControlModel.StatusMessage.Meaning>


Enum Constant Summary
Busy
           
Deleted
           
Filter
           
First
           
Goto
           
Last
           
Loaded
           
New
           
Next
           
NoEntityFound
           
NoKey
           
NoMore
           
NotFound
           
Previous
           
Saved
           
Seached
           
UNDEF
           
 
Method Summary
static JpaEntityManagerControlModel.StatusMessage.Meaning valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JpaEntityManagerControlModel.StatusMessage.Meaning[] 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

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
Method Detail

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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012 KnowledgePlaza. All Rights Reserved.