Package org.gorpipe.querydialogs.factory
Class ArgumentContent
java.lang.Object
org.gorpipe.querydialogs.factory.ArgumentContent
Class for perspective dialog argument content.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefinition of argument content formats. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ArgumentContent.FormatThe format.final StringThe value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArgumentContentparseContent(String content) Parse content string.
-
Field Details
-
value
The value. -
format
The format.
-
-
Constructor Details
-
ArgumentContent
Constructor.- Parameters:
value- argument value
-
-
Method Details
-
parseContent
Parse content string.- Parameters:
content- the content string to parse- Returns:
- new argument content
-