|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface EclipseLinkTimeOfDayAnnotation
Corresponds to the EclipseLink annotation
org.eclipse.persistence.annotations.TimeOfDay
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode |
|---|
JavaResourceNode.FileTransformer, JavaResourceNode.Root |
| Field Summary | |
|---|---|
static String |
ANNOTATION_NAME
|
static String |
HOUR_PROPERTY
|
static String |
MILLISECOND_PROPERTY
|
static String |
MINUTE_PROPERTY
|
static String |
SECOND_PROPERTY
|
| Fields inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode |
|---|
FILE_TRANSFORMER |
| Method Summary | |
|---|---|
Integer |
getHour()
Corresponds to the 'hour' element of the TimeOfDay annotation. |
TextRange |
getHourTextRange()
Return the TextRange for the 'hour' element. |
Integer |
getMillisecond()
Corresponds to the 'millisecond' element of the TimeOfDay annotation. |
TextRange |
getMillisecondTextRange()
Return the TextRange for the 'millisecond' element. |
Integer |
getMinute()
Corresponds to the 'minute' element of the TimeOfDay annotation. |
TextRange |
getMinuteTextRange()
Return the TextRange for the 'minute' element. |
Integer |
getSecond()
Corresponds to the 'second' element of the TimeOfDay annotation. |
TextRange |
getSecondTextRange()
Return the TextRange for the 'second' element. |
void |
setHour(Integer hour)
Corresponds to the 'hour' element of the TimeOfDay annotation. |
void |
setMillisecond(Integer millisecond)
Corresponds to the 'millisecond' element of the TimeOfDay annotation. |
void |
setMinute(Integer minute)
Corresponds to the 'minute' element of the TimeOfDay annotation. |
void |
setSecond(Integer second)
Corresponds to the 'second' element of the TimeOfDay annotation. |
| Methods inherited from interface org.eclipse.jpt.common.core.resource.java.Annotation |
|---|
getAnnotationName, getAstAnnotation, initialize, initialize, isUnset, newAnnotation, removeAnnotation, synchronizeWith, synchronizeWith |
| Methods inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode |
|---|
getFile, getJavaResourceCompilationUnit, getParent, getRoot, getTextRange |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Field Detail |
|---|
static final String ANNOTATION_NAME
static final String HOUR_PROPERTY
static final String MINUTE_PROPERTY
static final String SECOND_PROPERTY
static final String MILLISECOND_PROPERTY
| Method Detail |
|---|
Integer getHour()
void setHour(Integer hour)
TextRange getHourTextRange()
TextRange for the 'hour' element. If the element
does not exist return the TextRange for the TimeOfDay annotation.
Integer getMinute()
void setMinute(Integer minute)
TextRange getMinuteTextRange()
TextRange for the 'minute' element. If the element
does not exist return the TextRange for the TimeOfDay annotation.
Integer getSecond()
void setSecond(Integer second)
TextRange getSecondTextRange()
TextRange for the 'second' element. If the element
does not exist return the TextRange for the TimeOfDay annotation.
Integer getMillisecond()
void setMillisecond(Integer millisecond)
TextRange getMillisecondTextRange()
TextRange for the 'millisecond' element. If the element
does not exist return the TextRange for the TimeOfDay annotation.
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||