public static enum DataContainer.MaskType extends Enum<DataContainer.MaskType>
Modifier and Type | Method and Description |
---|---|
String |
label() |
static DataContainer.MaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataContainer.MaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataContainer.MaskType Regular
public static final DataContainer.MaskType Irregular
public static final DataContainer.MaskType None
public static DataContainer.MaskType[] values()
for (DataContainer.MaskType c : DataContainer.MaskType.values()) System.out.println(c);
public static DataContainer.MaskType 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 nullpublic String label()
Copyright © 2015–2021 Fiji. All rights reserved.