public static enum DerivedEntity.Mode extends Enum<DerivedEntity.Mode> implements BmcEnum
Determines whether entity is treated as source or target
Enum Constant and Description |
---|
In |
Out |
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 DerivedEntity.Mode |
create(String key) |
String |
getValue() |
static DerivedEntity.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DerivedEntity.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DerivedEntity.Mode In
public static final DerivedEntity.Mode Out
public static final DerivedEntity.Mode UnknownEnumValue
public static DerivedEntity.Mode[] values()
for (DerivedEntity.Mode c : DerivedEntity.Mode.values()) System.out.println(c);
public static DerivedEntity.Mode 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 DerivedEntity.Mode create(String key)
Copyright © 2016–2024. All rights reserved.