Uses of Class
org.glassfish.gmbal.impl.ManagedObjectManagerInternal.AttributeDescriptorType

Packages that use ManagedObjectManagerInternal.AttributeDescriptorType
org.glassfish.gmbal.impl   
 

Uses of ManagedObjectManagerInternal.AttributeDescriptorType in org.glassfish.gmbal.impl
 

Methods in org.glassfish.gmbal.impl that return ManagedObjectManagerInternal.AttributeDescriptorType
static ManagedObjectManagerInternal.AttributeDescriptorType ManagedObjectManagerInternal.AttributeDescriptorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ManagedObjectManagerInternal.AttributeDescriptorType[] 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.AttributeDescriptorType
 Pair<Map<String,AttributeDescriptor>,Map<String,AttributeDescriptor>> ManagedObjectManagerImpl.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt)
           
 Pair<Map<String,AttributeDescriptor>,Map<String,AttributeDescriptor>> ManagedObjectManagerInternal.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt)
           
static AttributeDescriptor AttributeDescriptor.makeFromAnnotated(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String extId, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt)
           
static AttributeDescriptor AttributeDescriptor.makeFromInherited(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, String id, String methodName, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.