| Package | Description |
|---|---|
| org.streampipes.model.staticproperty |
| Modifier and Type | Field and Description |
|---|---|
protected StaticPropertyType |
StaticProperty.staticPropertyType |
| Modifier and Type | Method and Description |
|---|---|
StaticPropertyType |
StaticProperty.getStaticPropertyType() |
static StaticPropertyType |
StaticPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticPropertyType[] |
StaticPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticProperty.setStaticPropertyType(StaticPropertyType staticPropertyType) |
| Constructor and Description |
|---|
MappingProperty(StaticPropertyType type) |
MappingProperty(StaticPropertyType type,
String internalName,
String label,
String description) |
MappingProperty(StaticPropertyType type,
URI mapsFrom,
String internalName,
String label,
String description) |
RuntimeResolvableSelectionStaticProperty(StaticPropertyType staticPropertyType) |
RuntimeResolvableSelectionStaticProperty(StaticPropertyType staticPropertyType,
String internalName,
String label,
String description) |
SelectionStaticProperty(StaticPropertyType staticPropertyType) |
SelectionStaticProperty(StaticPropertyType staticPropertyType,
String internalName,
String label,
String description) |
StaticProperty(StaticPropertyType type) |
StaticProperty(StaticPropertyType type,
String internalName,
String label,
String description) |
Copyright © 2018. All rights reserved.