Package | Description |
---|---|
info.pppc.base.system.nf |
Modifier and Type | Method and Description |
---|---|
NFDimension |
NFCollection.addDimension(short extension,
NFDimension dimension)
Adds a dimension to the specified extension.
|
NFDimension |
NFDimension.copy()
Creates a copy of this dimension.
|
NFDimension |
NFCollection.getDimension(short extension,
short dimension)
Returns the dimension from the specified extension with the specified
dimension identifier.
|
NFDimension[] |
NFCollection.getDimensions(short extension)
Returns all dimensions that have been specified for the specified
extension.
|
Modifier and Type | Method and Description |
---|---|
NFDimension |
NFCollection.addDimension(short extension,
NFDimension dimension)
Adds a dimension to the specified extension.
|