class: Pair
public class: Pair
Author:
kurt (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:20:57; Modified: 16.07.2009 15:20:57;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{3847FF59-7187-44a7-87F0-C1BD187D1EB6}
A key-value pair.
Goto:
Custom Properties
,
Fields
,
Methods
Appears in:
wos
Custom Properties
Pair
Attributes
Attribute
Details
private String
key
private String
value
Pair
Methods
Operation
Details
public
getKey
():String
Sequential
public
getValue
():String
Sequential
public
Pair
(
String key,
String value):
Sequential
Notes:
Constructor with fields.
public
Pair
():
Sequential
public
setKey
(
String key):void
Sequential
public
setValue
(
String value):void
Sequential
class: Pair