public class HTTPDomainConstraintReference extends HTTPConstraintReference implements DomainConstraintReference
Title: HTTP Fabric Client
Description: This class provides API for getting information about a DomainConstraint.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
FabricAddress |
getComponentAddress()
Returns the Fabric address of a Fabric Component to which the entity belongs or in which the entity was created.
|
EventScope |
getEventScope()
Returns an event scope of the entity.
|
ExchangeRole |
getExchangeRole()
Returns the Exchange role of the entity.
|
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 |
lookup() |
java.lang.String |
lookupName() |
boolean |
matchesValue(java.lang.Object value)
Checks if the specified value matches the domain.
|
getDescription
compareTo, equals, getName, toString
clone, getSerialVersionUID
getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription
getComponentAddress, getEventScope, getExchangeRole
getName
public DomainConstraintType getType()
DomainConstraintReference
getType
in interface DomainConstraintReference
public boolean matchesValue(java.lang.Object value)
DomainConstraintReference
matchesValue
in interface DomainConstraintReference
value
- the value to be checked.true
if the specified value matches the domain, false
otherwise.public java.util.List listStringValues()
DomainConstraintReference
String
values contained in the domain.listStringValues
in interface DomainConstraintReference
String
values in the domain or an empty list if the domain does not contain such values.public java.util.List listByteValues()
DomainConstraintReference
Byte
values contained in the domain.listByteValues
in interface DomainConstraintReference
Byte
values in the domain or an empty list if the domain does not contain such values.public java.util.List listShortValues()
DomainConstraintReference
Short
values contained in the domain.listShortValues
in interface DomainConstraintReference
Short
values in the domain or an empty list if the domain does not contain such values.public java.util.List listIntValues()
DomainConstraintReference
Integer
values contained in the domain.listIntValues
in interface DomainConstraintReference
Integer
values in the domain or an empty list if the domain does not contain such values.public java.util.List listLongValues()
DomainConstraintReference
Long
values contained in the domain.listLongValues
in interface DomainConstraintReference
Long
values in the domain or an empty list if the domain does not contain such values.public java.util.List listFloatValues()
DomainConstraintReference
Float
values contained in the domain.listFloatValues
in interface DomainConstraintReference
Float
values in the domain or an empty list if the domain does not contain such values.public java.util.List listDoubleValues()
DomainConstraintReference
Double
values contained in the domain.listDoubleValues
in interface DomainConstraintReference
Double
values in the domain or an empty list if the domain does not contain such values.public java.util.List listDateValues()
DomainConstraintReference
Date
values contained in the domain.listDateValues
in interface DomainConstraintReference
Date
values in the domain or an empty list if the domain does not contain such values.public java.util.List listBigDecimalValues()
DomainConstraintReference
BigDecimal
values contained in the domain.listBigDecimalValues
in interface DomainConstraintReference
BigDecimal
values in the domain or an empty list if the domain does not contain such values.public ExchangeRole getExchangeRole() throws HTTPFabricException
EntityReference
getExchangeRole
in interface EntityReference
HTTPFabricException
public FabricAddress getComponentAddress() throws HTTPFabricException
EntityReference
getComponentAddress
in interface EntityReference
HTTPFabricException
public EventScope getEventScope() throws HTTPFabricException
EntityReference
getEventScope
in interface EntityReference
HTTPFabricException
public boolean lookup()
public java.lang.String lookupName()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.