Package net.webpdf.wsclient.openapi
Class MetadataFormValueStyle
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataFormValueStyle
-
public class MetadataFormValueStyle extends Object
Selects parameters for the handling of a form fields values.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DISPLAYstatic StringJSON_PROPERTY_EXPORTstatic StringJSON_PROPERTY_IS_DEFAULT
-
Constructor Summary
Constructors Constructor Description MetadataFormValueStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataFormValueStyledisplay(String display)booleanequals(Object o)MetadataFormValueStyleexport(String export)@Nullable StringgetDisplay()The displayable value.@Nullable StringgetExport()The exportable value.@Nullable BooleangetIsDefault()True, if the given value is the default of the connected form field.inthashCode()MetadataFormValueStyleisDefault(Boolean isDefault)voidsetDisplay(String display)voidsetExport(String export)voidsetIsDefault(Boolean isDefault)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISPLAY
public static final String JSON_PROPERTY_DISPLAY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXPORT
public static final String JSON_PROPERTY_EXPORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_IS_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
display
public MetadataFormValueStyle display(String display)
-
getDisplay
@Nullable public @Nullable String getDisplay()
The displayable value.- Returns:
- display
-
setDisplay
public void setDisplay(String display)
-
export
public MetadataFormValueStyle export(String export)
-
getExport
@Nullable public @Nullable String getExport()
The exportable value.- Returns:
- export
-
setExport
public void setExport(String export)
-
isDefault
public MetadataFormValueStyle isDefault(Boolean isDefault)
-
getIsDefault
@Nullable public @Nullable Boolean getIsDefault()
True, if the given value is the default of the connected form field.- Returns:
- isDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault)
-
-