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

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

public static enum JpaObjectNavigatorModel.StatusMessage.Meaning
extends java.lang.Enum<JpaObjectNavigatorModel.StatusMessage.Meaning>


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

StartingNewAction

public static final JpaObjectNavigatorModel.StatusMessage.Meaning StartingNewAction

NoEntityFound

public static final JpaObjectNavigatorModel.StatusMessage.Meaning NoEntityFound

New

public static final JpaObjectNavigatorModel.StatusMessage.Meaning New

Saved

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Saved

Loaded

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Loaded

Deleted

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Deleted

Seached

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Seached

NoKey

public static final JpaObjectNavigatorModel.StatusMessage.Meaning NoKey

NoMore

public static final JpaObjectNavigatorModel.StatusMessage.Meaning NoMore

NotFound

public static final JpaObjectNavigatorModel.StatusMessage.Meaning NotFound

First

public static final JpaObjectNavigatorModel.StatusMessage.Meaning First

Previous

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Previous

Next

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Next

Last

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Last

Goto

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Goto

Filter

public static final JpaObjectNavigatorModel.StatusMessage.Meaning Filter
Method Detail

values

public static JpaObjectNavigatorModel.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 (JpaObjectNavigatorModel.StatusMessage.Meaning c : JpaObjectNavigatorModel.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 JpaObjectNavigatorModel.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.