|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.metadata.FieldMetaData
Holds meta-data for a field. Used by the transformers.
Constructor Summary | |
FieldMetaData()
|
Method Summary | |
int |
getModifiers()
Returns the modifiers. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getType()
Returns the type. |
void |
setModifiers(int modifiers)
Sets the modifiers. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setType(java.lang.String type)
Sets the type. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldMetaData()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the typepublic int getModifiers()
public void setModifiers(int modifiers)
modifiers
- the modifiers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |