Uses of Class
org.openforis.commons.versioning.Version.TestType
-
-
Uses of Version.TestType in org.openforis.commons.versioning
Methods in org.openforis.commons.versioning that return Version.TestType Modifier and Type Method Description static Version.TestTypeVersion.TestType. fromCode(String code)static Version.TestTypeVersion.TestType. fromLabel(String label)Version.TestTypeVersion. getTestType()static Version.TestTypeVersion.TestType. valueOf(String name)Returns the enum constant of this type with the specified name.static Version.TestType[]Version.TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.commons.versioning with parameters of type Version.TestType Modifier and Type Method Description voidVersion. setTestType(Version.TestType testType)
-