
public enum ResultTypeMappingType extends Enum<ResultTypeMappingType>
result-type-mappingType xsd type| Modifier and Type | Method and Description |
|---|---|
static ResultTypeMappingType |
getFromStringValue(String value) |
String |
toString() |
static ResultTypeMappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultTypeMappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultTypeMappingType _LOCAL
public static final ResultTypeMappingType _REMOTE
public static ResultTypeMappingType[] values()
for (ResultTypeMappingType c : ResultTypeMappingType.values()) System.out.println(c);
public static ResultTypeMappingType 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 String toString()
toString in class Enum<ResultTypeMappingType>public static ResultTypeMappingType getFromStringValue(String value)
Copyright © 2025 JBoss by Red Hat. All rights reserved.