Package com.dnanexus
Class DXApplet.Describe
- java.lang.Object
-
- com.dnanexus.DXDataObject.Describe
-
- com.dnanexus.DXApplet.Describe
-
- Enclosing class:
- DXApplet
public static class DXApplet.Describe extends DXDataObject.Describe
Contains metadata for an applet.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the applet description.StringgetDXAPIVersion()Returns the API version that the applet code is to run under.List<InputParameter>getInputSpecification()Returns the applet's input specification.List<OutputParameter>getOutputSpecification()Returns the applet's output specification.RunSpecificationgetRunSpecification()Returns the applet's run specification.StringgetSummary()Returns the applet summary.StringgetTitle()Returns the applet title.-
Methods inherited from class com.dnanexus.DXDataObject.Describe
getCreationDate, getDetails, getFolder, getModificationDate, getName, getProject, getProperties, getState, getTags, getTypes, isVisible
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Returns the applet description.- Returns:
- applet description
-
getDXAPIVersion
public String getDXAPIVersion()
Returns the API version that the applet code is to run under.- Returns:
- API version
-
getInputSpecification
public List<InputParameter> getInputSpecification()
Returns the applet's input specification.- Returns:
- applet input specification
-
getOutputSpecification
public List<OutputParameter> getOutputSpecification()
Returns the applet's output specification.- Returns:
- applet output specification
-
getRunSpecification
public RunSpecification getRunSpecification()
Returns the applet's run specification.- Returns:
- applet run specification
-
getSummary
public String getSummary()
Returns the applet summary.- Returns:
- applet summary
-
getTitle
public String getTitle()
Returns the applet title.- Returns:
- applet title
-
-