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