ch.qos.logback.classic.gaffer
Enum NestingType
java.lang.Object
java.lang.Enum<NestingType>
ch.qos.logback.classic.gaffer.NestingType
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Serializable, Comparable<NestingType>
public enum NestingType
- extends Enum<NestingType>
- implements groovy.lang.GroovyObject
NA
public static final NestingType NA
SINGLE
public static final NestingType SINGLE
AS_COLLECTION
public static final NestingType AS_COLLECTION
MIN_VALUE
public static final NestingType MIN_VALUE
MAX_VALUE
public static final NestingType MAX_VALUE
values
public static NestingType[] 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 (NestingType c : NestingType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static NestingType 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
NullPointerException - if the argument is null
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
next
public NestingType next()
previous
public NestingType previous()
$INIT
public static final NestingType $INIT(Object... para)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.