Package com.independentsoft.email.mime
Class Parameter
java.lang.Object
com.independentsoft.email.mime.Parameter
Class Parameter.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Parameter
public Parameter()Initializes a new instance of the Parameter class. -
Parameter
Initializes a new instance of the Parameter class.- Parameters:
name- The name.
-
Parameter
Initializes a new instance of the Parameter class.- Parameters:
name- The name.value- The value.
-
-
Method Details
-
toString
Returns a String that represents this instance. -
getName
Gets the name.- Returns:
- The name.
-
setName
Sets the name.- Parameters:
name- The name.
-
getValue
Gets the value.- Returns:
- The value.
-
setValue
Sets the value.- Parameters:
value- The value.
-