Modifier and Type | Method and Description |
---|---|
Minute |
MinuteMixIn.fromValue(String v) |
Modifier and Type | Field and Description |
---|---|
protected Minute |
DayTime.endMinute |
protected Minute |
DayTimeCriterion.fromMinute |
protected Minute |
DayTime.startMinute |
protected Minute |
DayTimeCriterion.toMinute |
Modifier and Type | Method and Description |
---|---|
static Minute |
Minute.fromValue(String v) |
Minute |
DayTime.getEndMinute()
Gets the value of the endMinute property.
|
Minute |
DayTimeCriterion.getFromMinute()
Gets the value of the fromMinute property.
|
Minute |
DayTime.getStartMinute()
Gets the value of the startMinute property.
|
Minute |
DayTimeCriterion.getToMinute()
Gets the value of the toMinute property.
|
static Minute |
Minute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Minute[] |
Minute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Minute> |
ObjectFactory.createMinute(Minute value)
|
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Minute> |
ObjectFactory.createMinute(Minute value)
|
void |
DayTime.setEndMinute(Minute value)
Sets the value of the endMinute property.
|
void |
DayTimeCriterion.setFromMinute(Minute value)
Sets the value of the fromMinute property.
|
void |
DayTime.setStartMinute(Minute value)
Sets the value of the startMinute property.
|
void |
DayTimeCriterion.setToMinute(Minute value)
Sets the value of the toMinute property.
|
Modifier and Type | Method and Description |
---|---|
static Minute |
StringExtensions.parseMinute(String s) |
Modifier and Type | Method and Description |
---|---|
static String |
StringExtensions.toMinuteBulkString(Minute minute) |
Copyright © 2024. All rights reserved.