Uses of Class
org.somda.sdc.biceps.model.message.InvocationState
-
Packages that use InvocationState Package Description org.somda.sdc.biceps.model.message -
-
Uses of InvocationState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as InvocationState Modifier and Type Field Description protected InvocationStateInvocationInfo. invocationStateMethods in org.somda.sdc.biceps.model.message that return InvocationState Modifier and Type Method Description static InvocationStateInvocationState. fromValue(String v)InvocationStateInvocationInfo. getInvocationState()Gets the value of the invocationState property.static InvocationStateInvocationState. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationState[]InvocationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.message with parameters of type InvocationState Modifier and Type Method Description voidInvocationInfo. setInvocationState(InvocationState value)Sets the value of the invocationState property.
-