Uses of Class
org.somda.sdc.biceps.model.participant.ContextAssociation
-
Packages that use ContextAssociation Package Description org.somda.sdc.biceps.model.participant -
-
Uses of ContextAssociation in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as ContextAssociation Modifier and Type Field Description protected ContextAssociationAbstractContextState. contextAssociationMethods in org.somda.sdc.biceps.model.participant that return ContextAssociation Modifier and Type Method Description static ContextAssociationContextAssociation. fromValue(String v)ContextAssociationAbstractContextState. getContextAssociation()Gets the value of the contextAssociation property.static ContextAssociationContextAssociation. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextAssociation[]ContextAssociation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type ContextAssociation Modifier and Type Method Description voidAbstractContextState. setContextAssociation(ContextAssociation value)Sets the value of the contextAssociation property.
-