public class DateTimeMethodOpsReformat extends Object implements DateTimeMethodOps
Make sure to set a return type.
Constructor and Description |
---|
DateTimeMethodOpsReformat()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
DateTimeMethodMode |
getCalendarOp()
Returns the information how calendar-reformat is provided
|
DateTimeMethodMode |
getDateOp()
Returns the information how Date-reformat is provided
|
DateTimeMethodMode |
getLdtOp()
Returns the information how LocalDateTime-reformat is provided
|
DateTimeMethodMode |
getLongOp()
Returns the information how long-reformat is provided
|
EPTypeClass |
getReturnType()
Returns the return type.
|
DateTimeMethodMode |
getZdtOp()
Returns the information how ZonedDateTime-reformat is provided
|
void |
setCalendarOp(DateTimeMethodMode calendarOp)
Sets the information how calendar-reformat is provided
|
void |
setDateOp(DateTimeMethodMode dateOp)
Sets the information how Date-reformat is provided
|
void |
setLdtOp(DateTimeMethodMode ldtOp)
Sets the information how LocalDateTime-reformat is provided
|
void |
setLongOp(DateTimeMethodMode longOp)
Sets the information how long-reformat is provided
|
void |
setReturnType(EPTypeClass returnType)
Sets the return type.
|
void |
setZdtOp(DateTimeMethodMode zdtOp)
Sets the information how ZonedDateTime-reformat is provided
|
public DateTimeMethodMode getCalendarOp()
public void setCalendarOp(DateTimeMethodMode calendarOp)
calendarOp
- modepublic DateTimeMethodMode getLdtOp()
public void setLdtOp(DateTimeMethodMode ldtOp)
ldtOp
- modepublic DateTimeMethodMode getZdtOp()
public void setZdtOp(DateTimeMethodMode zdtOp)
zdtOp
- modepublic DateTimeMethodMode getLongOp()
public void setLongOp(DateTimeMethodMode longOp)
longOp
- modepublic DateTimeMethodMode getDateOp()
public void setDateOp(DateTimeMethodMode dateOp)
dateOp
- modepublic EPTypeClass getReturnType()
public void setReturnType(EPTypeClass returnType)
returnType
- return typeCopyright © 2005–2021. All rights reserved.