public abstract class StaticProperty extends UnnamedStreamPipesEntity
| Modifier and Type | Field and Description |
|---|---|
protected StaticPropertyType |
staticPropertyType |
protected boolean |
valueRequired |
| Constructor and Description |
|---|
StaticProperty() |
StaticProperty(StaticProperty other) |
StaticProperty(StaticPropertyType type) |
StaticProperty(StaticPropertyType type,
String internalName,
String label,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getInternalName() |
String |
getLabel() |
StaticPropertyType |
getStaticPropertyType() |
boolean |
isPredefined() |
boolean |
isValueRequired() |
void |
setDescription(String description) |
void |
setInternalName(String name) |
void |
setLabel(String label) |
void |
setPredefined(boolean predefined) |
void |
setStaticPropertyType(StaticPropertyType staticPropertyType) |
void |
setValueRequired(boolean valueRequired) |
getElementId, getElementName, setElementId, setElementNamegetRdfId, setRdfIdprotected boolean valueRequired
protected StaticPropertyType staticPropertyType
public StaticProperty()
public StaticProperty(StaticPropertyType type)
public StaticProperty(StaticProperty other)
public StaticProperty(StaticPropertyType type, String internalName, String label, String description)
public String getInternalName()
public void setInternalName(String name)
public String getDescription()
public void setDescription(String description)
public String getLabel()
public void setLabel(String label)
public boolean isValueRequired()
public void setValueRequired(boolean valueRequired)
public StaticPropertyType getStaticPropertyType()
public void setStaticPropertyType(StaticPropertyType staticPropertyType)
public boolean isPredefined()
public void setPredefined(boolean predefined)
Copyright © 2018. All rights reserved.