public class General extends BaseOption
The general option data type to handle the case where a Javascript value is needed.
Copyright (c) 2023 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
General() |
General(String jsValue)
Construct with a Javascript value.
|
Modifier and Type | Method and Description |
---|---|
String |
getJsValue()
Get the Javascript value.
|
String |
getRawValue()
Get the raw Javascript value.
|
General |
setJsValue(String jsValue)
Set the Javascript value.
|
set_hcNulledOption
public static final General NULL
public General()
public General(String jsValue)
jsValue
- the Javascript value.public String getRawValue()
public General setJsValue(String jsValue)
jsValue
- the Javascript value.public String getJsValue()
Copyright © 2023. All rights reserved.