Uses of Class
de.cau.cs.kieler.kex.model.ExampleResource.Type

Packages that use ExampleResource.Type
de.cau.cs.kieler.kex.model Represents model classes and the implementations of kex-backend. 
 

Uses of ExampleResource.Type in de.cau.cs.kieler.kex.model
 

Methods in de.cau.cs.kieler.kex.model that return ExampleResource.Type
 ExampleResource.Type ExampleResource.getResourceType()
          Getter for resourcetype.
static ExampleResource.Type ExampleResource.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExampleResource.Type[] ExampleResource.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kex.model with parameters of type ExampleResource.Type
static String ExampleResource.Type.map(ExampleResource.Type type)
          Gets the name of an Type.
 

Constructors in de.cau.cs.kieler.kex.model with parameters of type ExampleResource.Type
ExampleResource(String localPathParam, ExampleResource.Type resourceTypeParam)
          Creates a new ExampleResource.