public enum SpDataFormatManager extends Enum<SpDataFormatManager>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Optional<SpDataFormatDefinition> |
findDefinition(TransportFormat transportFormat) |
List<SpDataFormatFactory> |
getAvailableDataFormats() |
void |
register(SpDataFormatFactory dataFormatDefinition) |
static SpDataFormatManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpDataFormatManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpDataFormatManager INSTANCE
public static SpDataFormatManager[] values()
for (SpDataFormatManager c : SpDataFormatManager.values()) System.out.println(c);
public static SpDataFormatManager 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 void register(SpDataFormatFactory dataFormatDefinition)
public List<SpDataFormatFactory> getAvailableDataFormats()
public Optional<SpDataFormatDefinition> findDefinition(TransportFormat transportFormat)
Copyright © 2019. All rights reserved.