Class FeatureValueCacheEntry
java.lang.Object
com.e1c.langtool.internal.collector.FeatureValueCacheEntry
Tiny persistable record of
FeatureValue to store in MapDB.-
Constructor Summary
ConstructorsConstructorDescriptionFeatureValueCacheEntry(String[] featureKey, int featureSettingsId, String value, String comment, String resourceId, boolean isUnknown, boolean isTag) -
Method Summary
-
Constructor Details
-
FeatureValueCacheEntry
-
-
Method Details
-
getFeatureKey
-
getFeatureSettingsId
public int getFeatureSettingsId() -
getValue
-
getComment
-
getResourceId
-
isUnknown
public boolean isUnknown() -
isTag
public boolean isTag()
-