Package | Description |
---|---|
org.stanwood.media.extensions |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
ExtensionInfo.getType()
Used to get the type of the extension
|
static ExtensionType |
ExtensionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionType[] |
ExtensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExtensionInfo(ExtensionType type)
The constructor
|
ExtensionInfo(java.lang.String id,
ExtensionType type,
ParameterType[] parameterInfos)
The constructor
|