public abstract class Helper
extends java.lang.Object
Column to facilitate (and
speed-up) working with columns without adding methods to the slice
definitions.| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static Helper |
fromClass(java.lang.Class kls)
Factory method to generate Helper instances from the Class of a given
column.
|
static Helper |
fromLsid(java.lang.String lsid)
Factory method to generate Helper instances from the LSID of a given
column.
|
public static Helper fromLsid(java.lang.String lsid) throws ServerError
lsid - The lsidServerErrorpublic static Helper fromClass(java.lang.Class kls) throws ServerError
kls - The class.ServerError