Class V8FeatureValue

java.lang.Object
com.e1c.langtool.emf.collector.EmfFeatureValue
com.e1c.langtool.v8.dt.collector.V8FeatureValue
All Implemented Interfaces:
FeatureValue, FileFeatureValue, ContextTranslationKey, EFeatureValue, TranslationKey, Serializable

public class V8FeatureValue extends EmfFeatureValue implements FileFeatureValue
The Class V8FeatureValue representing V8 Object feature value FeatureValue. Clients must use V8FeatureValue.Builder to construct the value. This impementor is immutable.
See Also:
  • Constructor Details

    • V8FeatureValue

      protected V8FeatureValue(org.eclipse.emf.common.util.URI objectUri, EFeatureSettings settings, FeatureKey featureKey, String featureValue, boolean computedValue, String comment, boolean isUnknown, boolean isTag)
      Instantiates a new v8 feature value.
      Parameters:
      objectUri - the object uri, cannot be null
      settings - the settings, cannot be null
      featureKey - the feature key, cannot be null
      featureValue - the feature value, cannot be null
      computedValue - the computed value
      comment - the comment, cannot be null
      isUnknown - the is unknown
      isTag - the is tag
  • Method Details