public interface Facet extends Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
VERSION |
HEADER_PROPERTYCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties()
Return all properties.
|
Object |
getAdditionalProperty(String key)
Return the value of the given property.
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set all properties, replacing existing ones
|
void |
setAdditionalProperty(String key,
Object value)
Set the value of the given property.
|
static final String NAME
static final String DESCRIPTION
static final String VERSION
Map<String,Object> getAdditionalProperties()
void setAdditionalProperties(Map<String,Object> additionalProperties)
Object getAdditionalProperty(String key)
key - the key of the requested propertyCopyright © 2018. All Rights Reserved.