Modifier and Type | Method and Description |
---|---|
static LangString |
LangString.parse(String string) |
Modifier and Type | Method and Description |
---|---|
List<LangString> |
Descriptors.createValueCopy(Descriptor descriptor) |
protected List<LangString> |
InfoImpl.descriptorValues(Descriptor descriptor)
Look up the values for the descriptor, using the source as defined by the
configuration (or the default source, if the configuration does not state
anything regarding the source).
|
static List<LangString> |
Descriptors.merge(Descriptor descriptor,
Info info1,
Info info2,
EnumMap<Descriptor,String> separatorByDescriptor,
String defaultSeparator) |
static List<LangString> |
Descriptors.merge(Descriptor descriptor,
Info info1,
Info info2,
String separator) |
static List<LangString> |
LangString.parse(String[] strings) |
List<LangString> |
InfoImpl.taggedValuesForTagAsLangStrings(String tag) |
List<LangString> |
Info.taggedValuesForTagAsLangStrings(String tag)
Retrieves all tagged values of the model element with the specified tag.
|
List<LangString> |
Descriptors.values(Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
Descriptors.put(Descriptor descriptor,
LangString ls) |
Modifier and Type | Method and Description |
---|---|
void |
Descriptors.put(Descriptor descriptor,
List<LangString> descriptorValues) |
void |
Descriptors.putCopy(Descriptor descriptor,
List<LangString> values) |
Modifier and Type | Method and Description |
---|---|
protected List<LangString> |
PropertyInfoEA.descriptorValues(Descriptor descriptor) |
protected List<LangString> |
PackageInfoEA.descriptorValues(Descriptor descriptor) |
protected List<LangString> |
OperationInfoEA.descriptorValues(Descriptor descriptor) |
protected List<LangString> |
ClassInfoEA.descriptorValues(Descriptor descriptor) |
protected List<LangString> |
AssociationInfoEA.descriptorValues(Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
List<LangString> |
DescriptorValuesContentHandler.getDescriptorValues() |
Modifier and Type | Method and Description |
---|---|
protected List<LangString> |
PropertyInfoXmi10.descriptorValues(Descriptor descriptor) |
protected List<LangString> |
OperationInfoXmi10.descriptorValues(Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
List<LangString> |
DescriptorValueConfigurationEntry.getCopyOfValues() |
Constructor and Description |
---|
DescriptorValueConfigurationEntry(Descriptor descriptor,
List<LangString> values,
ModelElementSelectionInfo meselect) |
Copyright © 2018. All rights reserved.