|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Header
public class Header
Class representing a header field.
Constructor Summary | |
---|---|
Header(java.lang.String name,
java.lang.String value)
Constructor initializing all immutable fields. |
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of this header. |
java.lang.String |
getValue()
Return the value of this header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Header(java.lang.String name, java.lang.String value)
name
- the name of this headervalue
- the value of this headerMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |