public enum EdsContentType extends Enum<EdsContentType>
| Enum Constant and Description |
|---|
DATASET |
DIAMETER_DICTIONARY |
FAST_STUB |
KEYSTORE |
WSDL_XSD |
| Modifier and Type | Method and Description |
|---|---|
static EdsContentType |
fromValue(String value)
Construct enum value from String.
|
static String |
getPredefinedFileNameByType(String type) |
static String |
getPredefinedPathByType(String type) |
String |
getStringValue() |
static EdsContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdsContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdsContentType WSDL_XSD
public static final EdsContentType DIAMETER_DICTIONARY
public static final EdsContentType DATASET
public static final EdsContentType KEYSTORE
public static final EdsContentType FAST_STUB
public static EdsContentType[] values()
for (EdsContentType c : EdsContentType.values()) System.out.println(c);
public static EdsContentType 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 getStringValue()
public static EdsContentType fromValue(String value)
value - - String representation.Copyright © 2025. All rights reserved.