public interface MutableFieldInfo extends FieldInfo
ABSTRACT, CONSTANT, FINAL, PACKAGE, PACKAGE_ABSTRACT, PACKAGE_CONSTANT, PACKAGE_STATIC, PRIVATE, PRIVATE_CONSTANT, PRIVATE_STATIC, PROTECTED, PROTECTED_ABSTRACT, PROTECTED_CONSTANT, PROTECTED_STATIC, PUBLIC, PUBLIC_ABSTRACT, PUBLIC_CONSTANT, PUBLIC_STATIC, STATIC
Modifier and Type | Method and Description |
---|---|
void |
setModifier(ModifierInfo modifier)
Field modifier
|
void |
setName(String name)
Name of the field
|
void |
setType(ClassInfo type)
Field type
|
void |
setType(String type)
Field type
|
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent
getDeclaringClass
getModifiers, isPublic, isStatic, isVolatile
void setName(String name)
void setType(ClassInfo type)
type
- void setType(String type)
type
- void setModifier(ModifierInfo modifier)
modifier
- Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.