Uses of Class
com.tech.app.models.ModelProperties.MODEL_PROPS
-
Packages that use ModelProperties.MODEL_PROPS Package Description com.tech.app.models -
-
Uses of ModelProperties.MODEL_PROPS in com.tech.app.models
Methods in com.tech.app.models that return ModelProperties.MODEL_PROPS Modifier and Type Method Description static ModelProperties.MODEL_PROPS
ModelProperties.MODEL_PROPS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModelProperties.MODEL_PROPS[]
ModelProperties.MODEL_PROPS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.tech.app.models with parameters of type ModelProperties.MODEL_PROPS Constructor Description ModelProperties(Model model, ModelProperties.MODEL_PROPS props)
-