public static enum Intersect.IntersectType extends Enum<Intersect.IntersectType> implements BmcEnum
intersectType
Enum Constant and Description |
---|
Name |
Position |
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 Intersect.IntersectType |
create(String key) |
String |
getValue() |
static Intersect.IntersectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Intersect.IntersectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Intersect.IntersectType Name
public static final Intersect.IntersectType Position
public static final Intersect.IntersectType UnknownEnumValue
public static Intersect.IntersectType[] values()
for (Intersect.IntersectType c : Intersect.IntersectType.values()) System.out.println(c);
public static Intersect.IntersectType 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 Intersect.IntersectType create(String key)
Copyright © 2016–2024. All rights reserved.