|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleAttributesError | |
org.apache.commons.attributes | Provides an API for accessing attributes. |
Uses of MultipleAttributesError in org.apache.commons.attributes |
Methods in org.apache.commons.attributes that throw MultipleAttributesError | |
static Object |
Attributes.getAttribute(Class clazz,
Class attributeClass)
Get one attributes of a given type from a class. |
static Object |
Attributes.getAttribute(Field field,
Class attributeClass)
Get one attributes of a given type from a field. |
static Object |
Attributes.getAttribute(Constructor constructor,
Class attributeClass)
Get one attributes of a given type from a constructor. |
static Object |
Attributes.getAttribute(Method method,
Class attributeClass)
Get one attributes of a given type from a method. |
static Object |
Attributes.getParameterAttribute(Method method,
int parameter,
Class attributeClass)
Get one attributes of a given type from a parameter. |
static Object |
Attributes.getParameterAttribute(Constructor constructor,
int parameter,
Class attributeClass)
Get one attributes of a given type from a constructor's parameter. |
static Object |
Attributes.getReturnAttribute(Method method,
Class attributeClass)
Get one attributes of a given type from a method's return value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |