JBoss Application Server: Build 7.1.2.Final
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected String |
name
The name of the header.
|
protected String |
value
The value of the header.
|
-
Constructor Summary
Constructors
Constructor and Description |
Header(String name,
String value)
Construct a Header object.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
String |
getName()
Returns the name of this header.
|
String |
getValue()
Returns the value of this header.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
name
protected String name
The name of the header.
- Since:
- JavaMail 1.4
-
value
protected String value
The value of the header.
- Since:
- JavaMail 1.4
JBoss Application Server: Build 7.1.2.Final
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.