Uses of Class
com.redwood.scheduler.api.model.enumeration.RelationalMultiplicity
-
Packages that use RelationalMultiplicity Package Description com.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerationscom.redwood.scheduler.api.runtime Scheduler API - Runtime access to model objects -
-
Uses of RelationalMultiplicity in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return RelationalMultiplicity Modifier and Type Method Description static RelationalMultiplicity
RelationalMultiplicity. safeValueOf(String value)
Helper function to return the RelationalMultiplicity represented byvalue
.static RelationalMultiplicity
RelationalMultiplicity. valueOf(char code)
Helper function to return the RelationalMultiplicity represented by code.static RelationalMultiplicity
RelationalMultiplicity. valueOf(Character code)
Helper function to return the RelationalMultiplicity represented by code.static RelationalMultiplicity
RelationalMultiplicity. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationalMultiplicity
RelationalMultiplicity. valueOfCode(String code)
Helper function to return the RelationalMultiplicity represented by code.static RelationalMultiplicity[]
RelationalMultiplicity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RelationalMultiplicity in com.redwood.scheduler.api.runtime
Methods in com.redwood.scheduler.api.runtime that return RelationalMultiplicity Modifier and Type Method Description RelationalMultiplicity
RuntimeMemberType. getMultiplicity()
Get the member's multiplicity: one, zeroOrOne, oneOrMore, zeroOrMore
-