Coinjema
1.7

org.coinjema.context.source
Enum MetaType

java.lang.Object
  extended by java.lang.Enum<MetaType>
      extended by org.coinjema.context.source.MetaType
All Implemented Interfaces:
Serializable, Comparable<MetaType>

public enum MetaType
extends Enum<MetaType>


Enum Constant Summary
global
           
inherit
           
perClass
           
perObj
           
 
Method Summary
static Set<MetaType> getIncludedTypes(String name)
           
static String stripMetaTypes(String name)
           
static MetaType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetaType[] 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

inherit

public static final MetaType inherit

perClass

public static final MetaType perClass

perObj

public static final MetaType perObj

global

public static final MetaType global
Method Detail

values

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

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

valueOf

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

stripMetaTypes

public static String stripMetaTypes(String name)

getIncludedTypes

public static Set<MetaType> getIncludedTypes(String name)

Coinjema
1.7

Public Domain Software.