| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<FeatureValue> |
AbstractClassificationAttributeTranslator.getFeatureValues(ExcelClassificationAttribute excelAttribute,
Feature feature) |
protected java.util.Collection<FeatureValue> |
AbstractClassificationAttributeTranslator.getLocalizedFeatureValues(ExcelClassificationAttribute excelAttribute,
LocalizedFeature feature) |
protected java.util.Collection<FeatureValue> |
AbstractClassificationAttributeTranslator.getUnlocalizedFeatureValues(ExcelClassificationAttribute excelAttribute,
Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
ExcelClassificationJavaTypeTranslator.exportSingle(ExcelClassificationAttribute excelAttribute,
FeatureValue featureToExport) |
java.util.Optional<java.lang.String> |
ExcelClassificationReferenceTranslator.exportSingle(ExcelClassificationAttribute excelAttribute,
FeatureValue featureToExport) |
abstract java.util.Optional<java.lang.String> |
AbstractClassificationAttributeTranslator.exportSingle(ExcelClassificationAttribute excelAttribute,
FeatureValue featureToExport) |
java.util.Optional<java.lang.String> |
ExcelClassificationEnumTypeTranslator.exportSingle(ExcelClassificationAttribute excelAttribute,
FeatureValue featureToExport) |
protected java.util.Optional<java.lang.String> |
AbstractClassificationAttributeTranslator.exportWithUnit(ExcelClassificationAttribute excelAttribute,
FeatureValue featureValue) |
protected java.lang.String |
AbstractClassificationRangeTranslator.getSingle(ExcelClassificationAttribute excelAttribute,
FeatureValue featureValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<<any>> |
AbstractClassificationAttributeTranslator.getPartitionedData(java.util.List<FeatureValue> featureValues) |
| Modifier and Type | Method and Description |
|---|---|
abstract FeatureValue |
Feature.getValue()
Convenience method to return a single value.
|
FeatureValue |
LocalizedFeature.getValue() |
FeatureValue |
UnlocalizedFeature.getValue() |
FeatureValue |
LocalizedFeature.getValue(java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<FeatureValue> |
Feature.getValues()
Returns the list of feature values.
|
java.util.List<FeatureValue> |
LocalizedFeature.getValues() |
java.util.List<FeatureValue> |
UnlocalizedFeature.getValues() |
java.util.List<FeatureValue> |
LocalizedFeature.getValues(java.util.Locale locale)
Gets the list of feature values for particular locale.
|
java.util.Map<java.util.Locale,java.util.List<FeatureValue>> |
LocalizedFeature.getValuesForAllLocales()
Gets the whole map of values where key is
Locale and value list of feature values. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Feature.addValue(FeatureValue fvalue)
Add to this feature a
FeatureValue |
void |
LocalizedFeature.addValue(FeatureValue fvalue) |
void |
UnlocalizedFeature.addValue(FeatureValue fvalue) |
void |
LocalizedFeature.addValue(FeatureValue fvalue,
java.util.Locale locale) |
abstract void |
Feature.addValue(int index,
FeatureValue fvalue)
Inserts the
FeatureValueat the specified index position in this list (optional operation). |
void |
LocalizedFeature.addValue(int index,
FeatureValue fvalue) |
void |
UnlocalizedFeature.addValue(int index,
FeatureValue fvalue) |
void |
LocalizedFeature.addValue(int index,
FeatureValue fvalue,
java.util.Locale locale) |
abstract boolean |
Feature.removeValue(FeatureValue fvalue)
Removes the first occurrence of the given
FeatureValue from the feature, if it is present (optional
operation). |
boolean |
LocalizedFeature.removeValue(FeatureValue fvalue) |
boolean |
UnlocalizedFeature.removeValue(FeatureValue fvalue) |
boolean |
LocalizedFeature.removeValue(FeatureValue fvalue,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Feature.setValues(java.util.List<FeatureValue> fvalues)
Clears always all
FeatureValue of this Feature and add the given List with FeatureValues to this Feature. |
void |
LocalizedFeature.setValues(java.util.List<FeatureValue> fvalues) |
void |
UnlocalizedFeature.setValues(java.util.List<FeatureValue> fvalues) |
void |
LocalizedFeature.setValues(java.util.List<FeatureValue> fvalues,
java.util.Locale locale) |
| Constructor and Description |
|---|
UnlocalizedFeature(ClassAttributeAssignmentModel assignment,
FeatureValue... values)
Instantiates a new unlocalized typed feature.
|
UnlocalizedFeature(java.lang.String code,
FeatureValue... values)
Instantiates a new unlocalized untyped feature.
|
| Constructor and Description |
|---|
LocalizedFeature(ClassAttributeAssignmentModel assignment,
java.util.Map<java.util.Locale,java.util.List<FeatureValue>> values,
java.util.Locale currentLocale)
Instantiates a new localized typed feature.
|
LocalizedFeature(java.lang.String code,
java.util.Map<java.util.Locale,java.util.List<FeatureValue>> values,
java.util.Locale currentLocale)
Instantiates a new localized untyped feature.
|
UnlocalizedFeature(ClassAttributeAssignmentModel assignment,
java.util.List<FeatureValue> values)
Instantiates a new unlocalized typed feature.
|
UnlocalizedFeature(java.lang.String code,
java.util.List<FeatureValue> values)
Instantiates a new unlocalized untyped feature.
|
| Modifier and Type | Field and Description |
|---|---|
protected FeatureValue |
AbstractFeatureUIEditor.featureValue |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureValue |
SavedQueryServiceImpl.unwrapFeatureValue(java.lang.String wrappedValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SavedQueryServiceImpl.wrapFeatureValue(FeatureValue featureValue) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultObjectAttributeComparator.compareFeatures(FeatureValue feature1,
FeatureValue feature2,
DefaultObjectAttributeComparator.AttributeComparisonContext ctx)
Compares two FeatureValue objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultXmlDataProvider.getFeatureValueAsString(FeatureValue fValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<FeatureValue> |
ProductClassificationAttributesValueResolver.getFeatureValues(Feature feature,
Qualifier qualifier) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FeatureValueLabelProvider.getDescription(FeatureValue featureValue) |
java.lang.String |
FeatureValueLabelProvider.getIconPath(FeatureValue object) |
java.lang.String |
FeatureValueLabelProvider.getLabel(FeatureValue featureValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
ExternalConfigurationFromVariantStrategyImpl.mapToValueModel(FeatureValue featureValue) |
Copyright © 2018 SAP SE. All Rights Reserved.