public interface DomainConstraintReference extends EntityReference
Title: Service Event Fabric Core
Description: Defines a Domain Constraint reference.
DomainConstraint
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the domain.
|
DomainConstraintType |
getType()
Returns a type of the domain.
|
java.util.List |
listBigDecimalValues()
Returns a list of
BigDecimal values contained in the domain. |
java.util.List |
listByteValues()
Returns a list of
Byte values contained in the domain. |
java.util.List |
listDateValues()
Returns a list of
Date values contained in the domain. |
java.util.List |
listDoubleValues()
Returns a list of
Double values contained in the domain. |
java.util.List |
listFloatValues()
Returns a list of
Float values contained in the domain. |
java.util.List |
listIntValues()
Returns a list of
Integer values contained in the domain. |
java.util.List |
listLongValues()
Returns a list of
Long values contained in the domain. |
java.util.List |
listShortValues()
Returns a list of
Short values contained in the domain. |
java.util.List |
listStringValues()
Returns a list of
String values contained in the domain. |
boolean |
matchesValue(java.lang.Object value)
Checks if the specified value matches the domain.
|
getComponentAddress, getEventScope, getExchangeRole
getName
java.lang.String getDescription()
DomainConstraintType getType()
boolean matchesValue(java.lang.Object value)
value
- the value to be checked.true
if the specified value matches the domain, false
otherwise.java.util.List listStringValues()
String
values contained in the domain.String
values in the domain or an empty list if the domain does not contain such values.java.util.List listByteValues()
Byte
values contained in the domain.Byte
values in the domain or an empty list if the domain does not contain such values.java.util.List listShortValues()
Short
values contained in the domain.Short
values in the domain or an empty list if the domain does not contain such values.java.util.List listIntValues()
Integer
values contained in the domain.Integer
values in the domain or an empty list if the domain does not contain such values.java.util.List listLongValues()
Long
values contained in the domain.Long
values in the domain or an empty list if the domain does not contain such values.java.util.List listFloatValues()
Float
values contained in the domain.Float
values in the domain or an empty list if the domain does not contain such values.java.util.List listDoubleValues()
Double
values contained in the domain.Double
values in the domain or an empty list if the domain does not contain such values.java.util.List listBigDecimalValues()
BigDecimal
values contained in the domain.BigDecimal
values in the domain or an empty list if the domain does not contain such values.java.util.List listDateValues()
Date
values contained in the domain.Date
values in the domain or an empty list if the domain does not contain such values.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.