| Package | Description |
|---|---|
| org.streampipes.sdk.builder | |
| org.streampipes.sdk.helpers | |
| org.streampipes.sdk.utils |
| Modifier and Type | Method and Description |
|---|---|
static PropertyRequirementsBuilder |
PropertyRequirementsBuilder.create(Datatypes propertyDatatype)
Creates new requirements for a data processor or a data sink at a property level.
|
static PrimitivePropertyBuilder |
PrimitivePropertyBuilder.create(Datatypes datatype,
String runtimeName)
A builder class helping to define advanced primitive properties.
|
PropertyRequirementsBuilder |
PropertyRequirementsBuilder.datatype(Datatypes propertyDatatype) |
| Modifier and Type | Method and Description |
|---|---|
static EventPropertyPrimitive |
EpRequirements.datatypeReq(Datatypes datatype) |
static EventPropertyList |
EpProperties.listEp(Label label,
String runtimeName,
Datatypes runtimeType,
String domainProperty) |
static EventPropertyList |
EpRequirements.listRequirement(Datatypes datatype) |
| Modifier and Type | Method and Description |
|---|---|
static Datatypes |
Datatypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datatypes[] |
Datatypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.