|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jsieve.TagArgument
public class TagArgument
A parsed representation of an RFC3028 TAG argument...
tag = ":" identifier
| Constructor Summary | |
|---|---|
TagArgument(Token token)
Constructor for TagArgument. |
|
| Method Summary | |
|---|---|
java.lang.String |
getTag()
Returns the tag. |
java.lang.Object |
getValue()
Method getValue answers the value of the receiver's Argument. |
protected void |
setTag(java.lang.String tag)
Sets the tag. |
protected void |
setTag(Token token)
Method setTag. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagArgument(Token token)
token - | Method Detail |
|---|
protected void setTag(Token token)
token - public java.lang.String getTag()
protected void setTag(java.lang.String tag)
tag - The tag to setpublic java.lang.Object getValue()
Argument
getValue in interface ArgumentArgument.getValue()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||