de.init.its.ds
Enum ItsAttributes.DataCategories

java.lang.Object
  extended by java.lang.Enum<ItsAttributes.DataCategories>
      extended by de.init.its.ds.ItsAttributes.DataCategories
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ItsAttributes.DataCategories>
Enclosing class:
ItsAttributes

public static enum ItsAttributes.DataCategories
extends java.lang.Enum<ItsAttributes.DataCategories>

Defines the four basic ITS DataCategory names, that are implemented by ]init[ AG

Author:
mkandora

Enum Constant Summary
LOCALEFILTER
           
LOCALIZATIONNOTE
           
TERMINOLOGY
           
TRANSLATE
           
 
Field Summary
(package private)  java.util.Set<ItsAttributes> set
           
 
Method Summary
 java.util.Set<ItsAttributes> retrieveAttributes()
           
static ItsAttributes.DataCategories valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItsAttributes.DataCategories[] 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

TRANSLATE

public static final ItsAttributes.DataCategories TRANSLATE

LOCALEFILTER

public static final ItsAttributes.DataCategories LOCALEFILTER

LOCALIZATIONNOTE

public static final ItsAttributes.DataCategories LOCALIZATIONNOTE

TERMINOLOGY

public static final ItsAttributes.DataCategories TERMINOLOGY
Field Detail

set

java.util.Set<ItsAttributes> set
Method Detail

values

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

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

valueOf

public static ItsAttributes.DataCategories 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

retrieveAttributes

public java.util.Set<ItsAttributes> retrieveAttributes()