public interface OracleVMSettings extends JavaModule
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getInitialHeapSize()
Returns the value of the 'Initial Heap Size' attribute.
|
String |
getMaximumHeapSize()
Returns the value of the 'Maximum Heap Size' attribute.
|
void |
setInitialHeapSize(String value)
Sets the value of the '
Initial Heap Size ' attribute. |
void |
setMaximumHeapSize(String value)
Sets the value of the '
Maximum Heap Size ' attribute. |
String getInitialHeapSize()
If the meaning of the 'Initial Heap Size' attribute isn't clear, there really should be more of a description here...
setInitialHeapSize(String)
,
InfrastructurePackage.getOracleVMSettings_InitialHeapSize()
void setInitialHeapSize(String value)
Initial Heap Size
' attribute.
value
- the new value of the 'Initial Heap Size' attribute.getInitialHeapSize()
String getMaximumHeapSize()
If the meaning of the 'Maximum Heap Size' attribute isn't clear, there really should be more of a description here...
setMaximumHeapSize(String)
,
InfrastructurePackage.getOracleVMSettings_MaximumHeapSize()
void setMaximumHeapSize(String value)
Maximum Heap Size
' attribute.
value
- the new value of the 'Maximum Heap Size' attribute.getMaximumHeapSize()