Package org.gorpipe.querydialogs.util
Class ValueFormatter
java.lang.Object
org.gorpipe.querydialogs.util.ValueFormatter
-
Field Details
-
DEFAULT_FORMAT
- See Also:
-
EMPTY_FORMAT
- See Also:
-
KEYWORDS_FORMAT
- See Also:
-
VALUES_FORMAT
- See Also:
-
-
Constructor Details
-
ValueFormatter
- Parameters:
formats-
-
-
Method Details
-
format
- Parameters:
key-values-- Returns:
- the given values formatted according to format identified by given key
-
hasEmptyFormat
public boolean hasEmptyFormat()Check if value formatter has empty format defined.- Returns:
trueif empty format is defined, otherwisefalse
-