public class PropertyDefinitionMap extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_VALUE_SEPARATOR |
static String |
PAIR_SEPARATOR |
static String |
TYPE |
static String |
VALUE |
| Constructor and Description |
|---|
PropertyDefinitionMap(String propertyDefinition) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
String |
getValue() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic static final String VALUE
public static final String TYPE
public static final String KEY_VALUE_SEPARATOR
public static final String PAIR_SEPARATOR
public PropertyDefinitionMap(String propertyDefinition)
public String getValue()
public int getType()
Copyright © 2014 Tacit Knowledge. All Rights Reserved.