public static enum ConfigurationCommonVariantStream.TypeVariance extends Enum<ConfigurationCommonVariantStream.TypeVariance>
Enum Constant and Description |
---|
ANY
Allow any types to be inserted into the stream.
|
PREDEFINED
Allow only the predefined types to be inserted into the stream.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationCommonVariantStream.TypeVariance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCommonVariantStream.TypeVariance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationCommonVariantStream.TypeVariance PREDEFINED
public static final ConfigurationCommonVariantStream.TypeVariance ANY
public static ConfigurationCommonVariantStream.TypeVariance[] values()
for (ConfigurationCommonVariantStream.TypeVariance c : ConfigurationCommonVariantStream.TypeVariance.values()) System.out.println(c);
public static ConfigurationCommonVariantStream.TypeVariance 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 © 2005–2021. All rights reserved.