Uses of Enum
org.glassfish.gmbal.impl.ManagedObjectManagerInternal.AttributeDescriptorType
Packages that use ManagedObjectManagerInternal.AttributeDescriptorType
-
Uses of ManagedObjectManagerInternal.AttributeDescriptorType in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as ManagedObjectManagerInternal.AttributeDescriptorTypeModifier and TypeFieldDescriptionprivate final ManagedObjectManagerInternal.AttributeDescriptorTypeManagedObjectManagerImpl.ADHolder.adtMethods in org.glassfish.gmbal.impl that return ManagedObjectManagerInternal.AttributeDescriptorTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ManagedObjectManagerInternal.AttributeDescriptorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternal.AttributeDescriptorTypeModifier and TypeMethodDescriptionprivate AttributeDescriptorManagedObjectManagerImpl.getAttributeDescriptorIfInherited(EvaluatedMethodDeclaration method, List<InheritedAttribute> ias, ManagedObjectManagerInternal.AttributeDescriptorType adt) org.glassfish.pfl.basic.contain.Pair<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> ManagedObjectManagerImpl.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) org.glassfish.pfl.basic.contain.Pair<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> ManagedObjectManagerInternal.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) private static StringAttributeDescriptor.getDerivedId(String methodName, org.glassfish.pfl.basic.contain.Pair<AttributeDescriptor.AttributeType, EvaluatedType> ainfo, ManagedObjectManagerInternal.AttributeDescriptorType adt) static AttributeDescriptorAttributeDescriptor.makeFromAnnotated(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String extId, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) static AttributeDescriptorAttributeDescriptor.makeFromInherited(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, String id, String methodName, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternal.AttributeDescriptorTypeModifierConstructorDescriptionADHolder(EvaluatedMethodDeclaration method, ManagedObjectManagerInternal.AttributeDescriptorType adt)