Uses of Enum Class
me.ehp246.aufjms.api.inbound.InstanceScope
Packages that use InstanceScope
-
Uses of InstanceScope in me.ehp246.aufjms.api.inbound
Methods in me.ehp246.aufjms.api.inbound that return InstanceScopeModifier and TypeMethodDescriptionInvocableType.scope()Returns the value of thescoperecord component.InvocableTypeDefinition.scope()Returns the value of thescoperecord component.static InstanceScopeReturns the enum constant of this class with the specified name.static InstanceScope[]InstanceScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.ehp246.aufjms.api.inbound with parameters of type InstanceScopeModifierConstructorDescriptionInvocableType(Class<?> instanceType, Method method, InstanceScope scope, InvocationModel model) Creates an instance of aInvocableTyperecord class.InvocableTypeDefinition(Set<String> msgTypes, Class<?> type, Map<String, Method> methods, InstanceScope scope, InvocationModel model) Creates an instance of aInvocableTypeDefinitionrecord class.