JTools

net.jtools.tef
Enum Info

java.lang.Object
  extended by java.lang.Enum<Info>
      extended by net.jtools.tef.Info
All Implemented Interfaces:
Serializable, Comparable<Info>, InfoDeclaration

@InfoDomain(domain="java:net.jtools",
            providerCode="TEF")
public enum Info
extends Enum<Info>
implements InfoDeclaration

TODO type-description

Author:
Rainer Noack

Enum Constant Summary
REGISTRATOR_GENERATED
           
REGISTRATOR_OMITTED
           
 
Method Summary
 Object getProviderCode()
          Gets the Code specified by the provider.
 Object getProviderMsg()
          Gets the message specified by the provider.
 Severity getProviderSeverity()
          Gets the Severity specified by the provider.
static Info valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Info[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

REGISTRATOR_GENERATED

public static final Info REGISTRATOR_GENERATED

REGISTRATOR_OMITTED

public static final Info REGISTRATOR_OMITTED
Method Detail

values

public static final Info[] 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(Info c : Info.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Info 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

getProviderSeverity

public Severity getProviderSeverity()
Description copied from interface: InfoDeclaration
Gets the Severity specified by the provider.

Specified by:
getProviderSeverity in interface InfoDeclaration
Returns:
The Severity.

getProviderCode

public Object getProviderCode()
Description copied from interface: InfoDeclaration
Gets the Code specified by the provider. This Code needs to be unique in the InfoDeclaration's namespace.

Specified by:
getProviderCode in interface InfoDeclaration
Returns:
The code.

getProviderMsg

public Object getProviderMsg()
Description copied from interface: InfoDeclaration
Gets the message specified by the provider.

Specified by:
getProviderMsg in interface InfoDeclaration
Returns:
The message template.

JTools

© 2000-2006, JTools.org.