|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.Header
public class Header
The Header class stores a name/value pair to represent headers.
| 字段摘要 | |
|---|---|
protected String |
name
The name of the header. |
protected String |
value
The value of the header. |
| 构造方法摘要 | |
|---|---|
Header(String name,
String value)
Construct a Header object. |
|
| 方法摘要 | |
|---|---|
String |
getName()
Returns the name of this header. |
String |
getValue()
Returns the value of this header. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected String name
protected String value
| 构造方法详细信息 |
|---|
public Header(String name,
String value)
name - name of the headervalue - value of the header| 方法详细信息 |
|---|
public String getName()
public String getValue()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||