Uses of Class
org.glassfish.gmbal.impl.ManagedObjectManagerInternal.AttributeDescriptorType
-
Packages that use ManagedObjectManagerInternal.AttributeDescriptorType Package Description org.glassfish.gmbal.impl -
-
Uses of ManagedObjectManagerInternal.AttributeDescriptorType in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as ManagedObjectManagerInternal.AttributeDescriptorType Modifier and Type Field Description private ManagedObjectManagerInternal.AttributeDescriptorType
ManagedObjectManagerImpl.ADHolder. adt
Methods in org.glassfish.gmbal.impl that return ManagedObjectManagerInternal.AttributeDescriptorType Modifier and Type Method Description static ManagedObjectManagerInternal.AttributeDescriptorType
ManagedObjectManagerInternal.AttributeDescriptorType. valueOf(java.lang.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.Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternal.AttributeDescriptorType Constructor Description ADHolder(EvaluatedMethodDeclaration method, ManagedObjectManagerInternal.AttributeDescriptorType adt)
-