public class FreeTextStaticProperty extends StaticProperty
staticPropertyType, valueRequired| Constructor and Description |
|---|
FreeTextStaticProperty() |
FreeTextStaticProperty(FreeTextStaticProperty other) |
FreeTextStaticProperty(String internalName,
String label,
String description) |
FreeTextStaticProperty(String internalName,
String label,
String description,
PropertyValueSpecification valueSpecification) |
FreeTextStaticProperty(String internalName,
String label,
String description,
URI type) |
FreeTextStaticProperty(String internalName,
String label,
String description,
URI type,
String mapsTo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMapsTo() |
URI |
getRequiredDatatype() |
URI |
getRequiredDomainProperty() |
String |
getValue() |
PropertyValueSpecification |
getValueSpecification() |
boolean |
isHtmlAllowed() |
boolean |
isMultiLine() |
boolean |
isPlaceholdersSupported() |
void |
setHtmlAllowed(boolean htmlAllowed) |
void |
setMapsTo(String mapsTo) |
void |
setMultiLine(boolean multiLine) |
void |
setPlaceholdersSupported(boolean placeholdersSupported) |
void |
setRequiredDatatype(URI requiredDatatype) |
void |
setRequiredDomainProperty(URI type) |
void |
setValue(String value) |
void |
setValueSpecification(PropertyValueSpecification valueSpecification) |
getDescription, getIndex, getInternalName, getLabel, getStaticPropertyType, isPredefined, isValueRequired, setDescription, setIndex, setInternalName, setLabel, setPredefined, setStaticPropertyType, setValueRequiredgetElementId, setElementIdgetRdfId, setRdfIdpublic FreeTextStaticProperty()
public FreeTextStaticProperty(FreeTextStaticProperty other)
public FreeTextStaticProperty(String internalName, String label, String description)
public FreeTextStaticProperty(String internalName, String label, String description, URI type)
public FreeTextStaticProperty(String internalName, String label, String description, URI type, String mapsTo)
public FreeTextStaticProperty(String internalName, String label, String description, PropertyValueSpecification valueSpecification)
public String getValue()
public void setValue(String value)
public URI getRequiredDomainProperty()
public void setRequiredDomainProperty(URI type)
public PropertyValueSpecification getValueSpecification()
public void setValueSpecification(PropertyValueSpecification valueSpecification)
public URI getRequiredDatatype()
public void setRequiredDatatype(URI requiredDatatype)
public boolean isMultiLine()
public void setMultiLine(boolean multiLine)
public boolean isHtmlAllowed()
public void setHtmlAllowed(boolean htmlAllowed)
public boolean isPlaceholdersSupported()
public void setPlaceholdersSupported(boolean placeholdersSupported)
public String getMapsTo()
public void setMapsTo(String mapsTo)
Copyright © 2019. All rights reserved.