public class FieldValueDescriptor extends HypermediaEnabledData
extensionElements, transientProperties| Constructor and Description |
|---|
FieldValueDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<TextValue> |
getDisplayLabels()
The labels to be used for display purposes.
|
FieldValueType |
getKnownType()
The known type of the field value.
|
String |
getLabelId()
The id of the label applicable to the field value.
|
Boolean |
getOptional()
Whether the treatment of the field value is optional.
|
URI |
getType()
The type of the field value.
|
void |
setDisplayLabels(List<TextValue> displayLabels)
The labels to be used for display purposes.
|
void |
setKnownType(FieldValueType type)
The type of the field value.
|
void |
setLabelId(String labelId)
The language of this display information.
|
void |
setOptional(Boolean optional)
Whether the treatment of the field value is optional.
|
void |
setType(URI type)
The type of the field value.
|
addLink, addLink, addTemplatedLink, embed, getLink, getLinks, getLinks, link, link, setLinksaddExtensionElement, embed, extensionElement, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, id, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toStringpublic String getLabelId()
public void setLabelId(String labelId)
labelId - The language of this display information.public URI getType()
public void setType(URI type)
type - The type of the field value.public FieldValueType getKnownType()
public void setKnownType(FieldValueType type)
type - The type of the field value.public Boolean getOptional()
public void setOptional(Boolean optional)
optional - Whether the treatment of the field value is optional. Used to determine whether it should be displayed even if the value is empty.public List<TextValue> getDisplayLabels()
Copyright © 2016. All rights reserved.