Package org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.time.picker
Class TimeValue
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.time.picker.TimeValue
-
public class TimeValue extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeValue.TimeZoneMode
-
Constructor Summary
Constructors Constructor Description TimeValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTime()TimeValue.TimeZoneModegetTimeZoneMode()StringgetTimeZoneValue()voidsetTime(String time)voidsetTimeZoneMode(TimeValue.TimeZoneMode timeZoneMode)voidsetTimeZoneValue(String timeZoneValue)
-
-
-
Method Detail
-
getTimeZoneMode
public TimeValue.TimeZoneMode getTimeZoneMode()
-
setTimeZoneMode
public void setTimeZoneMode(TimeValue.TimeZoneMode timeZoneMode)
-
getTimeZoneValue
public String getTimeZoneValue()
-
setTimeZoneValue
public void setTimeZoneValue(String timeZoneValue)
-
getTime
public String getTime()
-
setTime
public void setTime(String time)
-
-