uk.ac.ic.doc.automed
Class TransformationPropertyRow
java.lang.Object
uk.ac.ic.doc.automed.TransformationPropertyRow
class TransformationPropertyRow
- extends java.lang.Object
Method Summary |
(package private) static void |
assertRow(int fsid,
int tsid,
java.lang.String name,
java.lang.String value)
|
static TransformationPropertyRow |
get(int fsid,
int tsid,
java.lang.String name)
|
(package private) static void |
retract(int fsid,
int tsid,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
private static CompoundHashMap cache
transformationPropertyKeysRead
private static java.util.HashSet transformationPropertyKeysRead
fsid
int fsid
tsid
int tsid
name
java.lang.String name
value
java.lang.String value
TransformationPropertyRow
private TransformationPropertyRow()
retract
static void retract(int fsid,
int tsid,
java.lang.String name)
assertRow
static void assertRow(int fsid,
int tsid,
java.lang.String name,
java.lang.String value)
get
public static TransformationPropertyRow get(int fsid,
int tsid,
java.lang.String name)
throws NotFoundException
- Throws:
NotFoundException