Uses of Enum
org.glassfish.gmbal.impl.AttributeDescriptor.AttributeType
Packages that use AttributeDescriptor.AttributeType
-
Uses of AttributeDescriptor.AttributeType in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as AttributeDescriptor.AttributeTypeMethods in org.glassfish.gmbal.impl that return AttributeDescriptor.AttributeTypeModifier and TypeMethodDescriptionAttributeDescriptor.atype()
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.AttributeTypeModifier and TypeMethodDescriptionprivate 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.AttributeTypeModifier and TypeMethodDescriptionprivate void
AttributeDescriptor.checkType
(AttributeDescriptor.AttributeType at) Exceptions.excForCheckType
(AttributeDescriptor.AttributeType at) Method parameters in org.glassfish.gmbal.impl with type arguments of type AttributeDescriptor.AttributeTypeModifier and TypeMethodDescriptionprivate static String
AttributeDescriptor.getDerivedId
(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.AttributeTypeModifierConstructorDescriptionprivate
AttributeDescriptor
(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String id, String description, AttributeDescriptor.AttributeType atype, EvaluatedType type)