public enum BcfScope extends Enum<BcfScope>
Modifier and Type | Method and Description |
---|---|
static BcfScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BcfScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BcfScope ALL
public static final BcfScope SELECTED
public static final BcfScope MARKED
public static BcfScope[] values()
for (BcfScope c : BcfScope.values()) System.out.println(c);
public static BcfScope 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 © 2019 Solibri, Inc.. All rights reserved.