public class TaggedValueConfigurationEntry extends Object
Constructor and Description |
---|
TaggedValueConfigurationEntry(String name,
String value,
ModelElementSelectionInfo modelElementSelectionInfo) |
Modifier and Type | Method and Description |
---|---|
ModelElementSelectionInfo |
getModelElementSelectionInfo() |
String |
getName() |
String |
getValue() |
boolean |
hasValue() |
static TaggedValueConfigurationEntry |
parse(Element taggedValueE) |
void |
setModelElementSelectionInfo(ModelElementSelectionInfo modelElementSelectionInfo) |
public TaggedValueConfigurationEntry(String name, String value, ModelElementSelectionInfo modelElementSelectionInfo)
public String getName()
public String getValue()
null
if not set in
the configurationpublic boolean hasValue()
public ModelElementSelectionInfo getModelElementSelectionInfo()
null
public void setModelElementSelectionInfo(ModelElementSelectionInfo modelElementSelectionInfo)
modelElementSelectionInfo
- the modelElementSelectionInfo to set; if null
,
the default ModelElementSelectionInfo will be set, i.e. any
model element will be selectedpublic static TaggedValueConfigurationEntry parse(Element taggedValueE)
Copyright © 2018. All rights reserved.