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