|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PARAMETER) public static @interface DateUtil.CompositeDatePart
Identifies a part of a date, along with the field used to specify its value.
Required Element Summary | |
---|---|
java.lang.String |
fieldName
The name of the field that contains this part of the date. |
DateUtil.DatePartType |
type
The type of date part that fieldName contains. |
Element Detail |
---|
public abstract java.lang.String fieldName
public abstract DateUtil.DatePartType type
fieldName
contains.
DatePartType
identifying the type of date
part in fieldName
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |