public class LSIDDataLookup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ABSTRACT |
static int |
CONCRETE |
static int |
UNKNOWN |
Constructor and Description |
---|
LSIDDataLookup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocType(com.ibm.lsid.LSID lsid) |
java.io.InputStream |
lsidData(com.ibm.lsid.LSID lsid) |
int |
lsidType(com.ibm.lsid.LSID lsid) |
public static final int UNKNOWN
public static final int ABSTRACT
public static final int CONCRETE
public LSIDDataLookup() throws com.ibm.lsid.server.LSIDServerException
com.ibm.lsid.server.LSIDServerException
public java.lang.String getDocType(com.ibm.lsid.LSID lsid)
public int lsidType(com.ibm.lsid.LSID lsid) throws com.ibm.lsid.server.LSIDServerException
com.ibm.lsid.server.LSIDServerException
public java.io.InputStream lsidData(com.ibm.lsid.LSID lsid) throws com.ibm.lsid.server.LSIDServerException
com.ibm.lsid.server.LSIDServerException
Copyright © 2020 Regents of the University of California. All Rights Reserved.