public interface RangeConstraintReference extends EntityReference
Title: Service Event Fabric Core
Description: Defines a Range Constraint reference.
RangeConstraint
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the range.
|
java.lang.Object |
getMaxValue()
Returns a max value of the range.
|
java.lang.Object |
getMinValue()
Returns a min value of the range.
|
RangeConstraintType |
getType()
Returns a type of the range.
|
boolean |
matchesValue(java.lang.Object value)
Checks if the specified value matches the range.
|
getComponentAddress, getEventScope, getExchangeRole
getName
java.lang.String getDescription()
RangeConstraintType getType()
java.lang.Object getMinValue()
java.lang.Object getMaxValue()
boolean matchesValue(java.lang.Object value)
getMinValue() <= value && value <= getMaxValue()
.value
- the value to be checked.true
if the specified value matches the range, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.