Uses of Class
org.glassfish.gmbal.impl.AttributeDescriptor.AttributeType
-
Packages that use AttributeDescriptor.AttributeType Package Description org.glassfish.gmbal.impl -
-
Uses of AttributeDescriptor.AttributeType in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as AttributeDescriptor.AttributeType Modifier and Type Field Description private AttributeDescriptor.AttributeTypeAttributeDescriptor. _atypeMethods in org.glassfish.gmbal.impl that return AttributeDescriptor.AttributeType Modifier and Type Method Description AttributeDescriptor.AttributeTypeAttributeDescriptor. atype()static AttributeDescriptor.AttributeTypeAttributeDescriptor.AttributeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeDescriptor.AttributeType[]AttributeDescriptor.AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.gmbal.impl that return types with arguments of type AttributeDescriptor.AttributeType Modifier and Type Method Description private static org.glassfish.pfl.basic.contain.Pair<AttributeDescriptor.AttributeType,EvaluatedType>AttributeDescriptor. getTypeInfo(EvaluatedDeclaration decl)Methods in org.glassfish.gmbal.impl with parameters of type AttributeDescriptor.AttributeType Modifier and Type Method Description private voidAttributeDescriptor. checkType(AttributeDescriptor.AttributeType at)GmbalExceptionExceptions. excForCheckType(AttributeDescriptor.AttributeType at)Method parameters in org.glassfish.gmbal.impl with type arguments of type AttributeDescriptor.AttributeType Modifier and Type Method Description private static java.lang.StringAttributeDescriptor. getDerivedId(java.lang.String methodName, org.glassfish.pfl.basic.contain.Pair<AttributeDescriptor.AttributeType,EvaluatedType> ainfo, ManagedObjectManagerInternal.AttributeDescriptorType adt)Constructors in org.glassfish.gmbal.impl with parameters of type AttributeDescriptor.AttributeType Constructor Description AttributeDescriptor(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, java.lang.String id, java.lang.String description, AttributeDescriptor.AttributeType atype, EvaluatedType type)
-