|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents field associated with Attributes.Class
.
Method Summary | |
void |
addAttribute(Attributes.Class.Attribute attribute)
Adds Attributes.Class.Attribute . |
Attributes.Class.Attribute[] |
getAttributes()
Gets the array of Attributes.Class.Attribute associated with this field. |
java.lang.String |
getName()
Gets the field name. |
Attributes.Class.Attribute |
newAttribute()
Creates new instance of Attributes.Class.Attribute . |
void |
setAttributes(Attributes.Class.Attribute[] attributes)
Sets the array of Attributes.Class.Attribute associated with this field. |
void |
setName(java.lang.String name)
Sets the field name. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the field namepublic Attributes.Class.Attribute[] getAttributes()
Attributes.Class.Attribute
associated with this field.
public void setAttributes(Attributes.Class.Attribute[] attributes)
Attributes.Class.Attribute
associated with this field.
attributes
- the array of Attributespublic Attributes.Class.Attribute newAttribute()
Attributes.Class.Attribute
.
public void addAttribute(Attributes.Class.Attribute attribute)
Attributes.Class.Attribute
.
attribute
- attribute to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |