FeatureModel
Represents the master data of an asset feature.
implements: hash, sequence<FeatureModel>, scalar
bundle: online channel standard (oc)
since 4.2.0
Represents the master data of an asset feature.
When addressed as a sequence this model behaves like a sequence containing just itself.
[used as scalar] ↦ String
since 4.2.0
A a brief technical description of the modelled value is returned (#toString())
Defined hash keys
description ↦ String
since 4.2.0
Returns the description of the feature.
enabled ↦ Boolean
since 4.9.1
Returns if the feature is enabled
key ↦ String
since 4.2.0
Returns the key of the feature.
languageType ↦ Number
since 4.2
Returns the language dependence type of the feature.
languageTypeName ↦ String
since 4.2.0
Returns the language dependence type String representation of the feature.
name ↦ String
since 4.2.0
Returns the name of the feature.
sorting ↦ Number
since 4.2.0
Returns the number which defines the sort order of the feature.
valueType ↦ Number
since 4.2.0
Returns the value type of the feature.
valueTypeName ↦ String
since 4.2.0
Returns the value type's name of the feature.
values ↦ FeatureValuesModel
since 4.2.0
Returns the set of permissible feature values for enumertion and hierarchical features.
xml ↦ AXml
since 4.2.0
Returns the root element of the XML representation of the feature.