Uses of Class
com.senzing.g2.engine.plugin.FeatureElementValueFormat
-
Packages that use FeatureElementValueFormat Package Description com.senzing.g2.engine.plugin -
-
Uses of FeatureElementValueFormat in com.senzing.g2.engine.plugin
Methods in com.senzing.g2.engine.plugin that return FeatureElementValueFormat Modifier and Type Method Description FeatureElementValueFormat
FeatureElementInfo. getElementValueFormat()
Gets the feature element value format for the value.static FeatureElementValueFormat
FeatureElementValueFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureElementValueFormat[]
FeatureElementValueFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.senzing.g2.engine.plugin with parameters of type FeatureElementValueFormat Constructor Description FeatureElementInfo(String elementCode, String elementValue, FeatureElementValueFormat format)
Constructs an instance with the specified element code, element value andFeatureElementValueFormat
.
-