org.utgenome.config
Class ImportStmt
java.lang.Object
org.utgenome.config.ImportStmt
public class ImportStmt
- extends Object
This is the import statement in the track-config.xml, which is used to load
a UTGB action package from the class loader.
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportStmt
public ImportStmt()
getActionPackage
public String getActionPackage()
setActionPackage
public void setActionPackage(String actionPackage)
getAlias
public String getAlias()
setAlias
public void setAlias(String alias)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.