|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.hedwig.core.Attribute
Constructor Summary | |
Attribute()
|
Method Summary | |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getValue()
Returns the value. |
boolean |
isRequired()
Returns the required. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setRequired(boolean required)
Sets the required. |
void |
setValue(java.lang.String value)
Sets the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attribute()
Method Detail |
public java.lang.String getName()
public boolean isRequired()
public java.lang.String getValue()
public void setName(java.lang.String name)
name
- The name to setpublic void setRequired(boolean required)
required
- The required to setpublic void setValue(java.lang.String value)
value
- The value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |