Uses of Enum Class
test.ModelType

Packages that use ModelType
Package
Description
 
  • Uses of ModelType in test

    Subclasses with type arguments of type ModelType in test
    Modifier and Type
    Class
    Description
    enum 
     
    Fields in test declared as ModelType
    Modifier and Type
    Field
    Description
    Model.type
     
    Methods in test that return ModelType
    Modifier and Type
    Method
    Description
    static ModelType
    ModelType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static ModelType[]
    ModelType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.