public abstract class CompoundValue extends StructuredValue
| Modifier and Type | Field and Description |
|---|---|
FeatureValueList |
featureValues |
| Constructor and Description |
|---|
CompoundValue() |
| Modifier and Type | Method and Description |
|---|---|
Value |
copy() |
boolean |
equals(Value otherValue) |
FeatureValue |
getFeatureValue(StructuralFeature feature) |
FeatureValueList |
getFeatureValues() |
void |
removeFeatureValues(Classifier classifier) |
void |
setFeatureValue(StructuralFeature feature,
ValueList values,
int position) |
java.lang.String |
toString() |
createFeatureValues, specify_beginIsolation, _endIsolationgetHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic FeatureValueList featureValues
public FeatureValue getFeatureValue(StructuralFeature feature)
getFeatureValue in class StructuredValuepublic void setFeatureValue(StructuralFeature feature, ValueList values, int position)
setFeatureValue in class StructuredValuepublic FeatureValueList getFeatureValues()
getFeatureValues in class StructuredValuepublic void removeFeatureValues(Classifier classifier)
Copyright © 2015. All Rights Reserved.