public static enum ProjectionRule.ModelType extends Enum<ProjectionRule.ModelType> implements BmcEnum
The type of the project rule.
Enum Constant and Description |
---|
GroupedNamePatternRule |
NameListRule |
NamePatternRule |
RenameRule |
TypedNamePatternRule |
TypeListRule |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionRule.ModelType |
create(String key) |
String |
getValue() |
static ProjectionRule.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionRule.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectionRule.ModelType NamePatternRule
public static final ProjectionRule.ModelType TypeListRule
public static final ProjectionRule.ModelType NameListRule
public static final ProjectionRule.ModelType TypedNamePatternRule
public static final ProjectionRule.ModelType RenameRule
public static final ProjectionRule.ModelType GroupedNamePatternRule
public static final ProjectionRule.ModelType UnknownEnumValue
public static ProjectionRule.ModelType[] values()
for (ProjectionRule.ModelType c : ProjectionRule.ModelType.values()) System.out.println(c);
public static ProjectionRule.ModelType 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 static ProjectionRule.ModelType create(String key)
Copyright © 2016–2024. All rights reserved.