class: Pair

public class: Pair
Author: kurt (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1881 $ $LastChangedDate: 2009-04-28 12:; Complexity: 1
Dates: Created: 16.07.2009 15:20:51; Modified: 16.07.2009 15:20:51;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {791D0BCE-1340-4559-9CC4-FAAF9645EBC0}
A key-value pair.
 

Goto: Custom Properties, Fields, Methods

Appears in: endnote

Custom Properties
 
Pair Attributes
Attribute Details
private String
  key
public static const HashMap
  KEY_MAPPING
Initial: new HashMap() { { put("%A", "A"); put("%B", "B"); put("%C", "C"); put("%D", "D"); put("%E", "E"); put("%F", "F"); put("%G", "G"); put("%H", "H"); put("%I", "I"); put("%J", "J"); put("%K", "K"); put("%L", "L"); put("%M", "M"); put("%N", "N"); put("%P", "P"); put("%Q", "Q"); put("%R", "R"); put("%S", "S"); put("%T", "T"); put("%U", "U"); put("%V", "V"); put("%W", "W"); put("%X", "X"); put("%Y", "Y"); put("%Z", "Z"); put("%0", "NUM_0"); put("%1", "NUM_1"); put("%2", "NUM_2"); put("%3", "NUM_3"); put("%4", "NUM_4"); put("%6", "NUM_6"); put("%7", "NUM_7"); put("%8", "NUM_8"); put("%9", "NUM_9"); put("%?", "QUESTION"); put("%@", "AT"); put("%!", "EXCLAMATION"); put("%#", "HASH"); put("%$", "DOLLAR"); put("%]", "SQUARE_RIGHT_BRACKET"); put("%&", "AMPERSAND"); put("%(", "ROUND_LEFT_BRACKET"); put("%)", "ROUND_RIGHT_BRACKET"); put("%*", "STAR"); put("%+", "PLUS"); put("%^", "CARET"); put("%>", "MORE"); put("%<", "LESS"); put("%=", "EQUAL"); put("%~", "TILDE"); } }
Notes: EndNote to xml tags mapping
private String
  value
 
Pair Methods
Operation Details
public
getKey():String
Sequential
public
getValue():String
Sequential
public
getXmlTag():String
Sequential
public
Pair(
   String key,
   String value):
Sequential
Notes: Constructor with fields.
public
setKey(
   String key):void
Sequential
public
setValue(
   String value):void
Sequential