Uses of Class
fi.tut.mei.resdescapi.issue.ResCatIssue.EnumResourceCategory
-
Packages that use ResCatIssue.EnumResourceCategory Package Description fi.tut.mei.resdescapi.issue Package containing Issues used to report varius issues for Resource Description API users. -
-
Uses of ResCatIssue.EnumResourceCategory in fi.tut.mei.resdescapi.issue
Methods in fi.tut.mei.resdescapi.issue that return ResCatIssue.EnumResourceCategory Modifier and Type Method Description ResCatIssue.EnumResourceCategory
ResCatIssue. getResourceType()
static ResCatIssue.EnumResourceCategory
ResCatIssue.EnumResourceCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResCatIssue.EnumResourceCategory[]
ResCatIssue.EnumResourceCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.issue with parameters of type ResCatIssue.EnumResourceCategory Modifier and Type Method Description void
ResCatIssue. setResourceType(ResCatIssue.EnumResourceCategory resourceType)
Constructors in fi.tut.mei.resdescapi.issue with parameters of type ResCatIssue.EnumResourceCategory Constructor Description ResCatIssue(String id, String msg, ResCatIssue.EnumResourceCategory resourceType, String resourceId)
-