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, valueToStringisStopExecutionprotected CompoundFile value
public GCompoundFile(java.io.File file,
FileFormat format)
public GCompoundFile(CompoundFile cf)
public GCompoundFile()
public CompoundFile getValue()
ExecutionResultgetValue in class ExecutionResult<CompoundFile>public void setValue(CompoundFile value)
ExecutionResultsetValue in class ExecutionResult<CompoundFile>value - the new value.public java.io.File getFile()
public FileFormat getFormat()
public ScriptType getType()
ExecutionResultgetType in class ExecutionResult<CompoundFile>public GCompoundFile clone()
clone in class ExecutionResult<CompoundFile>public java.lang.String getText()
public java.lang.String getStringRepresentation()
ExecutionReturngetStringRepresentation in class ExecutionResult<CompoundFile>public java.lang.String getScriptConstantRepresentation()
ExecutionReturngetScriptConstantRepresentation in class ExecutionReturn