Uses of Class
org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor.AccessLevel
-
Packages that use AbstractOperationDescriptor.AccessLevel Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AbstractOperationDescriptor.AccessLevel in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AbstractOperationDescriptor.AccessLevel Modifier and Type Field Description protected AbstractOperationDescriptor.AccessLevelAbstractOperationDescriptor. accessLevelMethods in org.somda.sdc.biceps.model.participant that return AbstractOperationDescriptor.AccessLevel Modifier and Type Method Description static AbstractOperationDescriptor.AccessLevelAbstractOperationDescriptor.AccessLevel. fromValue(String v)AbstractOperationDescriptor.AccessLevelAbstractOperationDescriptor. getAccessLevel()Gets the value of the accessLevel property.static AbstractOperationDescriptor.AccessLevelAbstractOperationDescriptor.AccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractOperationDescriptor.AccessLevel[]AbstractOperationDescriptor.AccessLevel. 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 AbstractOperationDescriptor.AccessLevel Modifier and Type Method Description voidAbstractOperationDescriptor. setAccessLevel(AbstractOperationDescriptor.AccessLevel value)Sets the value of the accessLevel property.
-