public abstract class MappingProperty extends StaticProperty
| Modifier and Type | Field and Description |
|---|---|
protected URI |
mapsFrom |
staticPropertyType, valueRequired| Modifier | Constructor and Description |
|---|---|
|
MappingProperty() |
|
MappingProperty(MappingProperty other) |
|
MappingProperty(StaticPropertyType type) |
protected |
MappingProperty(StaticPropertyType type,
String internalName,
String label,
String description) |
protected |
MappingProperty(StaticPropertyType type,
URI mapsFrom,
String internalName,
String label,
String description) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getMapsFrom() |
List<EventProperty> |
getMapsFromOptions() |
String |
getPropertyScope() |
void |
setMapsFrom(URI mapsFrom) |
void |
setMapsFromOptions(List<EventProperty> mapsFromOptions) |
void |
setPropertyScope(String propertyScope) |
getDescription, getInternalName, getLabel, getStaticPropertyType, isPredefined, isValueRequired, setDescription, setInternalName, setLabel, setPredefined, setStaticPropertyType, setValueRequiredgetElementId, getElementName, setElementId, setElementNamegetRdfId, setRdfIdprotected URI mapsFrom
public MappingProperty()
public MappingProperty(StaticPropertyType type)
public MappingProperty(MappingProperty other)
protected MappingProperty(StaticPropertyType type, URI mapsFrom, String internalName, String label, String description)
protected MappingProperty(StaticPropertyType type, String internalName, String label, String description)
public URI getMapsFrom()
public void setMapsFrom(URI mapsFrom)
public List<EventProperty> getMapsFromOptions()
public void setMapsFromOptions(List<EventProperty> mapsFromOptions)
public String getPropertyScope()
public void setPropertyScope(String propertyScope)
Copyright © 2018. All rights reserved.