public enum XftFieldExclusionScope extends Enum<XftFieldExclusionScope>
Modifier and Type | Field and Description |
---|---|
static XftFieldExclusionScope |
Default |
Modifier and Type | Method and Description |
---|---|
static XftFieldExclusionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XftFieldExclusionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XftFieldExclusionScope System
public static final XftFieldExclusionScope Project
public static final XftFieldExclusionScope DataType
public static XftFieldExclusionScope Default
public static XftFieldExclusionScope[] values()
for (XftFieldExclusionScope c : XftFieldExclusionScope.values()) System.out.println(c);
public static XftFieldExclusionScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Neuroinformatics Research Group. All rights reserved.