Uses of Class
de.trustable.ca3s.core.domain.enumeration.BPMNProcessType
-
Packages that use BPMNProcessType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration -
-
Uses of BPMNProcessType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type BPMNProcessType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<BPMNProcessInfo,BPMNProcessType>BPMNProcessInfo_. typeMethods in de.trustable.ca3s.core.domain that return BPMNProcessType Modifier and Type Method Description BPMNProcessTypeBPMNProcessInfo. getType()Methods in de.trustable.ca3s.core.domain with parameters of type BPMNProcessType Modifier and Type Method Description voidBPMNProcessInfo. setType(BPMNProcessType type)BPMNProcessInfoBPMNProcessInfo. type(BPMNProcessType type) -
Uses of BPMNProcessType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return BPMNProcessType Modifier and Type Method Description static BPMNProcessTypeBPMNProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static BPMNProcessType[]BPMNProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-