|
CDMA client API
3.1.0
CDMA core library
|
Public Member Functions | |
| Key (IFactory factory, String name) | |
| Key (IKey key) | |
| List< IPathParameter > | getParameterList () |
| String | getName () |
| void | setName (String name) |
| boolean | equals (Object key) |
| int | hashCode () |
| String | toString () |
| void | pushParameter (IPathParameter filter) |
| IPathParameter | popParameter () |
| IKey | clone () |
| String | getFactoryName () |
| int | compareTo (Object arg0) |
| org.gumtree.data.dictionary.impl.Key.Key | ( | IFactory | factory, |
| String | name | ||
| ) |
Copy entirely the key : name and filters are cloned
Implements org.gumtree.data.interfaces.IKey.
| int org.gumtree.data.dictionary.impl.Key.compareTo | ( | Object | arg0 | ) |
| boolean org.gumtree.data.dictionary.impl.Key.equals | ( | Object | key | ) |
Return true if both key have similar names. Filters are not compared.
| key | to compare |
Implements org.gumtree.data.interfaces.IKey.
| String org.gumtree.data.dictionary.impl.Key.getName | ( | ) |
Get the entry name in the dictionary that will be searched when using this key.
Implements org.gumtree.data.interfaces.IKey.
| List<IPathParameter> org.gumtree.data.dictionary.impl.Key.getParameterList | ( | ) |
Get the list of parameters that will be applied when using this key.
Implements org.gumtree.data.interfaces.IKey.
| IPathParameter org.gumtree.data.dictionary.impl.Key.popParameter | ( | ) |
Remove a IPathParameter to this IKey that will be used when searching an object with this key.
Implements org.gumtree.data.interfaces.IKey.
| void org.gumtree.data.dictionary.impl.Key.pushParameter | ( | IPathParameter | filter | ) |
Add a IPathParameter to this IKey that will be used when searching an object with this key. .
| parameter | to be applied |
Implements org.gumtree.data.interfaces.IKey.
| void org.gumtree.data.dictionary.impl.Key.setName | ( | String | name | ) |
Set the entry name in the dictionary that will be searched when using this key.
| name | of this key |
Implements org.gumtree.data.interfaces.IKey.
Implements org.gumtree.data.interfaces.IKey.