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