Uses of Class
org.somda.sdc.biceps.model.message.InvocationError
-
Packages that use InvocationError Package Description org.somda.sdc.biceps.model.message -
-
Uses of InvocationError in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as InvocationError Modifier and Type Field Description protected InvocationErrorInvocationInfo. invocationErrorMethods in org.somda.sdc.biceps.model.message that return InvocationError Modifier and Type Method Description static InvocationErrorInvocationError. fromValue(String v)InvocationErrorInvocationInfo. getInvocationError()Gets the value of the invocationError property.static InvocationErrorInvocationError. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationError[]InvocationError. 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 InvocationError Modifier and Type Method Description voidInvocationInfo. setInvocationError(InvocationError value)Sets the value of the invocationError property.
-