org.eclipse.jpt.eclipselink.core.resource.orm
Class XmlTimeOfDay

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.jpt.core.resource.xml.AbstractJpaEObject
                  extended by org.eclipse.jpt.eclipselink.core.resource.orm.XmlTimeOfDay
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, JpaEObject

public class XmlTimeOfDay
extends AbstractJpaEObject
implements JpaEObject

A representation of the model object 'Xml Time Of Day'. 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.

Since:
2.1

The following features are supported:

Version:
2.1
See Also:
EclipseLinkOrmPackage.getXmlTimeOfDay()

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.Integer getHour()
          Returns the value of the 'Hour' attribute.
 java.lang.Integer getMillisecond()
          Returns the value of the 'Millisecond' attribute.
 java.lang.Integer getMinute()
          Returns the value of the 'Minute' attribute.
 java.lang.Integer getSecond()
          Returns the value of the 'Second' attribute.
 void setHour(java.lang.Integer newHour)
          Sets the value of the 'Hour' attribute.
 void setMillisecond(java.lang.Integer newMillisecond)
          Sets the value of the 'Millisecond' attribute.
 void setMinute(java.lang.Integer newMinute)
          Sets the value of the 'Minute' attribute.
 void setSecond(java.lang.Integer newSecond)
          Sets the value of the 'Second' attribute.
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.jpt.core.resource.xml.AbstractJpaEObject
containsOffset, eAdapters, eNotify, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getHour

public java.lang.Integer getHour()
Returns the value of the 'Hour' attribute.

If the meaning of the 'Hour' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Hour' attribute.
See Also:
setHour(Integer), EclipseLinkOrmPackage.getXmlTimeOfDay_Hour()

setHour

public void setHour(java.lang.Integer newHour)
Sets the value of the 'Hour' attribute.

Parameters:
value - the new value of the 'Hour' attribute.
See Also:
getHour()

getMinute

public java.lang.Integer getMinute()
Returns the value of the 'Minute' attribute.

If the meaning of the 'Minute' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minute' attribute.
See Also:
setMinute(Integer), EclipseLinkOrmPackage.getXmlTimeOfDay_Minute()

setMinute

public void setMinute(java.lang.Integer newMinute)
Sets the value of the 'Minute' attribute.

Parameters:
value - the new value of the 'Minute' attribute.
See Also:
getMinute()

getSecond

public java.lang.Integer getSecond()
Returns the value of the 'Second' attribute.

If the meaning of the 'Second' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Second' attribute.
See Also:
setSecond(Integer), EclipseLinkOrmPackage.getXmlTimeOfDay_Second()

setSecond

public void setSecond(java.lang.Integer newSecond)
Sets the value of the 'Second' attribute.

Parameters:
value - the new value of the 'Second' attribute.
See Also:
getSecond()

getMillisecond

public java.lang.Integer getMillisecond()
Returns the value of the 'Millisecond' attribute.

If the meaning of the 'Millisecond' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Millisecond' attribute.
See Also:
setMillisecond(Integer), EclipseLinkOrmPackage.getXmlTimeOfDay_Millisecond()

setMillisecond

public void setMillisecond(java.lang.Integer newMillisecond)
Sets the value of the 'Millisecond' attribute.

Parameters:
value - the new value of the 'Millisecond' attribute.
See Also:
getMillisecond()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl