de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace
Class NumericRangeConstraintMetadata

java.lang.Object
  extended by de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace.NumericRangeConstraintMetadata

public class NumericRangeConstraintMetadata
extends Object

Author:
Johannes Echterhoff

Constructor Summary
NumericRangeConstraintMetadata(Double lowerBoundaryValue, Double upperBoundaryValue, boolean lowerBoundaryInclusive, boolean upperBoundaryInclusive)
           
 
Method Summary
 Double getLowerBoundaryValue()
           
 Double getUpperBoundaryValue()
           
 boolean hasLowerBoundaryValue()
           
 boolean hasUpperBoundaryValue()
           
 boolean isLowerBoundaryInclusive()
           
 boolean isUpperBoundaryInclusive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericRangeConstraintMetadata

public NumericRangeConstraintMetadata(Double lowerBoundaryValue,
                                      Double upperBoundaryValue,
                                      boolean lowerBoundaryInclusive,
                                      boolean upperBoundaryInclusive)
Parameters:
lowerBoundaryValue -
upperBoundaryValue -
lowerBoundaryInclusive -
upperBoundaryInclusive -
Method Detail

getLowerBoundaryValue

public Double getLowerBoundaryValue()
Returns:
the lowerBoundaryValue

getUpperBoundaryValue

public Double getUpperBoundaryValue()
Returns:
the upperBoundaryValue

isLowerBoundaryInclusive

public boolean isLowerBoundaryInclusive()
Returns:
the lowerBoundaryInclusive

isUpperBoundaryInclusive

public boolean isUpperBoundaryInclusive()
Returns:
the upperBoundaryInclusive

hasLowerBoundaryValue

public boolean hasLowerBoundaryValue()

hasUpperBoundaryValue

public boolean hasUpperBoundaryValue()


Copyright © 2015. All rights reserved.