Uses of Class
org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity.Type
-
Packages that use JaxbOrganizationalEntity.Type Package Description org.jbpm.services.task.impl.model.xml -
-
Uses of JaxbOrganizationalEntity.Type in org.jbpm.services.task.impl.model.xml
Methods in org.jbpm.services.task.impl.model.xml that return JaxbOrganizationalEntity.Type Modifier and Type Method Description JaxbOrganizationalEntity.Type
JaxbOrganizationalEntity. getType()
static JaxbOrganizationalEntity.Type
JaxbOrganizationalEntity.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static JaxbOrganizationalEntity.Type[]
JaxbOrganizationalEntity.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.services.task.impl.model.xml with parameters of type JaxbOrganizationalEntity.Type Modifier and Type Method Description void
JaxbOrganizationalEntity. setType(JaxbOrganizationalEntity.Type type)
-