org.deegree.datatypes.values
Class ValueRange
java.lang.Object
org.deegree.datatypes.values.ValueRange
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- Interval
public class ValueRange
- extends Object
- implements Cloneable, Serializable
- Since:
- 2.0
- Version:
- $Revision: 9337 $, 1.0. $Revision: 9337 $, $Date: 2007-12-27 13:31:11 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
- See Also:
- Serialized Form
Constructor Summary |
ValueRange(TypedLiteral min,
TypedLiteral max,
TypedLiteral spacing)
|
ValueRange(TypedLiteral min,
TypedLiteral max,
TypedLiteral spacing,
URI type,
URI semantic,
boolean atomic,
Closure closure)
|
ValueRange(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic)
default:
atomic = false
closure = closed |
ValueRange(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic,
boolean atomic,
Closure closure)
|
ValueRange
public ValueRange(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic)
- default:
atomic = false
closure = closed
- Parameters:
min
- max
- type
- semantic
-
ValueRange
public ValueRange(TypedLiteral min,
TypedLiteral max,
TypedLiteral spacing)
- Parameters:
min
- max
- spacing
-
ValueRange
public ValueRange(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic,
boolean atomic,
Closure closure)
- Parameters:
min
- max
- type
- semantic
- atomic
- closure
-
ValueRange
public ValueRange(TypedLiteral min,
TypedLiteral max,
TypedLiteral spacing,
URI type,
URI semantic,
boolean atomic,
Closure closure)
- Parameters:
min
- max
- type
- semantic
- atomic
- closure
-
isAtomic
public boolean isAtomic()
- Returns:
- Returns the atomic.
setAtomic
public void setAtomic(boolean atomic)
- Parameters:
atomic
- The atomic to set.
getClosure
public Closure getClosure()
- Returns:
- Returns the closure.
setClosure
public void setClosure(Closure closure)
- Parameters:
closure
- The closure to set.
getMax
public TypedLiteral getMax()
- Returns:
- Returns the max.
setMax
public void setMax(TypedLiteral max)
- Parameters:
max
- The max to set.
getMin
public TypedLiteral getMin()
- Returns:
- Returns the min.
setMin
public void setMin(TypedLiteral min)
- Parameters:
min
- The min to set.
getSpacing
public TypedLiteral getSpacing()
- Returns:
- Returns the spacing.
setSpacing
public void setSpacing(TypedLiteral spacing)
- Parameters:
spacing
- The spacing to set.
getSemantic
public URI getSemantic()
- Returns:
- Returns the semantic.
setSemantic
public void setSemantic(URI semantic)
- Parameters:
semantic
- The semantic to set.
getType
public URI getType()
- Returns:
- Returns the type.
setType
public void setType(URI type)
- Parameters:
type
- The type to set.
clone
public Object clone()
- Overrides:
clone
in class Object
- See Also:
Object.clone()
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net