public class ContextDefinition 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 |
|---|
ContextDefinition()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalProperties()
Get the extra attributes - ones that are in addition to the standard types.
|
String |
getDescription()
{@literal Description for how the context is used.
|
String |
getScope()
{@literal Scope of influence of the context.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties) |
void |
setDescription(String description) |
void |
setScope(String scope) |
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 String getDescription()
public void setDescription(String description)
public String getScope()
public void setScope(String scope)
public Map<String,String> getAdditionalProperties()
getAdditionalProperties in class Classificationpublic void setAdditionalProperties(Map<String,String> additionalProperties)
setAdditionalProperties in class ClassificationCopyright © 2018–2019 ODPi. All rights reserved.