| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
DataKind |
SampledField.getDataType()
Returns the value of dataType
|
DataKind |
ParametricObject.getDataType()
Returns the value of dataType.
|
DataKind |
SpatialPoints.getDataType()
Returns the value of dataType.
|
static DataKind |
DataKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataKind[] |
DataKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SampledField.setDataType(DataKind dataType)
Sets the value of dataType
|
void |
ParametricObject.setDataType(DataKind dataType)
Sets the value of dataType
|
void |
SpatialPoints.setDataType(DataKind dataType)
Sets the value of dataType
|
Copyright © 2009–2016. All rights reserved.