Uses of Class
org.stanwood.media.extensions.ExtensionType

Packages that use ExtensionType
org.stanwood.media.extensions   
 

Uses of ExtensionType in org.stanwood.media.extensions
 

Methods in org.stanwood.media.extensions that return ExtensionType
 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.
 

Constructors in org.stanwood.media.extensions with parameters of type ExtensionType
ExtensionInfo(ExtensionType type)
          The constructor
ExtensionInfo(java.lang.String id, ExtensionType type, ParameterType[] parameterInfos)
          The constructor