Uses of Class
de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
-
Packages that use ActivityConstants.LocallyOverrideableActivityAttribute Package Description de.aristaflow.adept2.model.common de.aristaflow.adept2.model.globals -
-
Uses of ActivityConstants.LocallyOverrideableActivityAttribute in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common that return types with arguments of type ActivityConstants.LocallyOverrideableActivityAttribute Modifier and Type Method Description Map<ActivityConstants.LocallyOverrideableActivityAttribute,ActivityConstants.ActivityModelEntityType>
AbstractActivity. getAttributeOrigins()
Gets the origins, that is the activity model entity types, a specific attribute of an activity stems from. -
Uses of ActivityConstants.LocallyOverrideableActivityAttribute in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ActivityConstants.LocallyOverrideableActivityAttribute Modifier and Type Method Description static ActivityConstants.LocallyOverrideableActivityAttribute
ActivityConstants.LocallyOverrideableActivityAttribute. valueOf(byte code)
Returns the state for the given code ornull
if the code is not recognised.static ActivityConstants.LocallyOverrideableActivityAttribute
ActivityConstants.LocallyOverrideableActivityAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActivityConstants.LocallyOverrideableActivityAttribute[]
ActivityConstants.LocallyOverrideableActivityAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.model.globals that return types with arguments of type ActivityConstants.LocallyOverrideableActivityAttribute Modifier and Type Method Description static Map<ActivityConstants.LocallyOverrideableActivityAttribute,ActivityConstants.ActivityModelEntityType>
ActivityConstants.LocallyOverrideableActivityAttribute. getDefaultOrigins()
-