org.coinjema.context.source
Enum MetaType
java.lang.Object
java.lang.Enum<MetaType>
org.coinjema.context.source.MetaType
- All Implemented Interfaces:
- Serializable, Comparable<MetaType>
public enum MetaType
- extends Enum<MetaType>
inherit
public static final MetaType inherit
perClass
public static final MetaType perClass
perObj
public static final MetaType perObj
global
public static final MetaType global
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)
Public Domain Software.