public class GCompoundFile extends ExecutionResult<CompoundFile>
Modifier and Type | Field and Description |
---|---|
protected CompoundFile |
value |
QUIT, UNDEF, VOID
Constructor and Description |
---|
GCompoundFile() |
GCompoundFile(CompoundFile cf) |
GCompoundFile(java.io.File file,
FileFormat format) |
Modifier and Type | Method and Description |
---|---|
GCompoundFile |
clone() |
java.io.File |
getFile() |
FileFormat |
getFormat() |
java.lang.String |
getScriptConstantRepresentation()
Returns the value as a constant in valid script syntax.
|
java.lang.String |
getStringRepresentation()
Returns a user-readable string representation of this instance.
|
java.lang.String |
getText() |
ScriptType |
getType()
Returns the type of the result.
|
CompoundFile |
getValue()
Returns the internal value.
|
void |
setValue(CompoundFile value)
Sets the internal value.
|
equals, getSign, getTypeName, isZero, toString, valueToString
isStopExecution
protected CompoundFile value
public GCompoundFile(java.io.File file, FileFormat format)
public GCompoundFile(CompoundFile cf)
public GCompoundFile()
public CompoundFile getValue()
ExecutionResult
getValue
in class ExecutionResult<CompoundFile>
public void setValue(CompoundFile value)
ExecutionResult
setValue
in class ExecutionResult<CompoundFile>
value
- the new value.public java.io.File getFile()
public FileFormat getFormat()
public ScriptType getType()
ExecutionResult
getType
in class ExecutionResult<CompoundFile>
public GCompoundFile clone()
clone
in class ExecutionResult<CompoundFile>
public java.lang.String getText()
public java.lang.String getStringRepresentation()
ExecutionReturn
getStringRepresentation
in class ExecutionResult<CompoundFile>
public java.lang.String getScriptConstantRepresentation()
ExecutionReturn
getScriptConstantRepresentation
in class ExecutionReturn