MCPcopy Create free account
hub / github.com/MenoData/Time4J / getValue

Method getValue

base/src/main/java/net/time4j/Weekday.java:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 * @see Weekmodel#ISO
106 */
107 public int getValue() {
108
109 return (this.ordinal() + 1);
110
111 }
112
113 /**
114 * <p>Gets the numerical value corresponding to the rule of given

Callers 15

withValueMethod · 0.95
getWeekMethod · 0.95
doApplyMethod · 0.95
withDayOfWeekMethod · 0.95
ofWeekdateMethod · 0.95
testMethod · 0.95
toTemporalAccessorMethod · 0.95
getFirstDayOfWeekMethod · 0.95
getStartOfWeekendMethod · 0.95
getEndOfWeekendMethod · 0.95

Calls 1

getFirstDayOfWeekMethod · 0.65

Tested by

no test coverage detected