Modifier and Type | Method and Description |
---|---|
static Descriptor |
Descriptor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Descriptor[] |
Descriptor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<LangString> |
Descriptors.createValueCopy(Descriptor descriptor) |
protected String |
InfoImpl.descriptorSource(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).
|
de.interactive_instruments.ShapeChange.Model.Descriptors.DescriptorValue |
Descriptors.get(Descriptor descriptor) |
boolean |
Descriptors.has(Descriptor descriptor) |
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) |
void |
Descriptors.put(Descriptor descriptor,
LangString ls) |
void |
Descriptors.put(Descriptor descriptor,
List<LangString> descriptorValues) |
void |
Descriptors.put(Descriptor descriptor,
String stringValue) |
void |
Descriptors.put(Descriptor descriptor,
String[] stringValues) |
void |
Descriptors.putCopy(Descriptor[] descriptorsToCopy,
Descriptors originalDescriptors) |
void |
Descriptors.putCopy(Descriptor descriptor,
List<LangString> values) |
void |
Descriptors.remove(Descriptor descriptor) |
List<LangString> |
Descriptors.values(Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
Descriptors.appendSuffix(EnumMap<Descriptor,org.apache.commons.lang3.tuple.Pair<String,String>> separatorAndSuffixByDescriptor,
boolean addDescriptorIfMissing)
Appends suffixes for descriptors that a) are available as key in the
given map and for which b) values are stored in this collection.
|
static List<LangString> |
Descriptors.merge(Descriptor descriptor,
Info info1,
Info info2,
EnumMap<Descriptor,String> separatorByDescriptor,
String defaultSeparator) |
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 |
---|---|
protected List<LangString> |
PropertyInfoXmi10.descriptorValues(Descriptor descriptor) |
protected List<LangString> |
OperationInfoXmi10.descriptorValues(Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
Descriptor |
DescriptorValueConfigurationEntry.getDescriptor() |
Constructor and Description |
---|
DescriptorValueConfigurationEntry(Descriptor descriptor,
List<LangString> values,
ModelElementSelectionInfo meselect) |
Copyright © 2018. All rights reserved.