Uses of Class
org.glassfish.ejb.deployment.descriptor.InterceptorBindingDescriptor.BindingType
-
Packages that use InterceptorBindingDescriptor.BindingType Package Description org.glassfish.ejb.deployment.descriptor -
-
Uses of InterceptorBindingDescriptor.BindingType in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return InterceptorBindingDescriptor.BindingType Modifier and Type Method Description InterceptorBindingDescriptor.BindingTypeInterceptorBindingDescriptor. getBindingType()static InterceptorBindingDescriptor.BindingTypeInterceptorBindingDescriptor.BindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static InterceptorBindingDescriptor.BindingType[]InterceptorBindingDescriptor.BindingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-