|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.javadoc.options.Tag
public class Tag
A Tag parameter.
| Constructor Summary | |
|---|---|
Tag()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Method equals. |
String |
getHead()
Get head of the tag. |
String |
getName()
Get name of the tag. |
String |
getPlacement()
Get the placement. |
int |
hashCode()
Method hashCode. |
void |
setHead(String head)
Set head of the tag. |
void |
setName(String name)
Set name of the tag. |
void |
setPlacement(String placement)
Set a Placement. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Tag()
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother -
public String getHead()
public String getName()
public int hashCode()
hashCode in class Objectpublic void setHead(String head)
head - public void setName(String name)
name - public String toString()
toString in class Objectpublic String getPlacement()
public void setPlacement(String placement)
throws IllegalArgumentException
placement -
IllegalArgumentException - if not a valid combinaison of the letters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||