Package | Description |
---|---|
com.streamscape.sdo | |
com.streamscape.sdo.enums |
Modifier and Type | Method and Description |
---|---|
PropertyType |
ExceptionEventDatagram.getEventPropertyType(java.lang.String propertyName)
Returns the type of the event property with the specified name.
|
PropertyType |
EventDatagramWithProperties.getEventPropertyType(java.lang.String propertyName)
Returns the type of the event property with the specified name.
|
PropertyType |
EventDatagram.getEventPropertyType(java.lang.String propertyName)
Returns the type of the event property with the specified name.
|
PropertyType |
EventProperty.getType() |
Modifier and Type | Method and Description |
---|---|
boolean |
ExceptionEventDatagram.canConvertEventProperty(java.lang.String propertyName,
PropertyType propertyType)
Checks if the value of the specified property can be converted to the object of the specified type.
|
boolean |
EventDatagramWithProperties.canConvertEventProperty(java.lang.String propertyName,
PropertyType propertyType)
Checks if the value of the specified property can be converted to the object of the specified type.
|
boolean |
EventDatagram.canConvertEventProperty(java.lang.String propertyName,
PropertyType propertyType)
Checks if the value of the specified property can be converted to the object of the specified type.
|
static java.lang.Object |
EventPropertyValidator.checkValue(PropertyType propertyType,
java.lang.Object propertyValue) |
static java.lang.Object |
EventPropertyValidator.getDefaultValue(PropertyType propertyType) |
void |
EventProperty.setType(PropertyType type) |
Constructor and Description |
---|
EventProperty(java.lang.String name,
PropertyType type) |
Modifier and Type | Field and Description |
---|---|
static PropertyType |
PropertyType.BigDecimal |
static PropertyType |
PropertyType.Boolean |
static PropertyType |
PropertyType.Byte |
static PropertyType |
PropertyType.Double |
static PropertyType |
PropertyType.Float |
static PropertyType |
PropertyType.Integer |
static PropertyType |
PropertyType.Long |
static PropertyType |
PropertyType.Short |
static PropertyType |
PropertyType.String |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
PropertyType.resolveType(java.lang.Class type) |
static PropertyType |
PropertyType.resolveType(java.lang.Object object) |
static PropertyType |
PropertyType.valueOf(java.lang.String name) |
static PropertyType[] |
PropertyType.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.