ome.tools.lsid
Class LsidUtils
java.lang.Object
ome.tools.lsid.LsidUtils
public abstract class LsidUtils
- extends Object
Method Summary |
static String |
parseField(String lsidProperty)
takes a field identifier as code-generated in each IObject class and
produces a back-end useable name. |
static String |
parseType(String lsidProperty)
takes a field identifier as code-generated in each IObject class and
produces a back-end useable type name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LsidUtils
public LsidUtils()
parseType
public static String parseType(String lsidProperty)
- takes a field identifier as code-generated in each IObject class and
produces a back-end useable type name.
parseField
public static String parseField(String lsidProperty)
- takes a field identifier as code-generated in each IObject class and
produces a back-end useable name.
TODO should change those fields from Strings to LSIDs with proper getters
to avoid this parsing overhead. TODO throw exceptions on invalid.
TODO possibly unused.
OmeroJava Api
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.