public class DataStoreEncoding extends Classification
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
classificationName, serialVersionUID| Constructor and Description |
|---|
DataStoreEncoding()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
{@literal Description the encoding.
|
String |
getEncoding()
{@literal Encoding type.
|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
String |
getLanguage()
{@literal Language used in the encoding.
|
Map<String,String> |
getProperties()
{@literal Additional properties for the encoding.
|
String |
getSource()
{@literal Source of the encoding.
|
String |
getSteward()
{@literal Person, organization or engine that defined the encoding.
|
InstanceProperties |
obtainInstanceProperties() |
void |
setDescription(String description) |
void |
setEncoding(String encoding) |
void |
setExtraAttributes(Map<String,Object> extraAttributes) |
void |
setLanguage(String language) |
void |
setProperties(Map<String,String> properties) |
void |
setSource(String source) |
void |
setSteward(String steward) |
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSerialVersionUID, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributespublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
public InstanceProperties obtainInstanceProperties()
obtainInstanceProperties in class Classificationpublic String getEncoding()
public void setEncoding(String encoding)
public String getLanguage()
public void setLanguage(String language)
public String getDescription()
public void setDescription(String description)
public String getSteward()
public void setSteward(String steward)
public String getSource()
public void setSource(String source)
public Map<String,String> getProperties()
public Map<String,Object> getExtraAttributes()
Copyright © 2018–2019 ODPi. All rights reserved.