|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CimDateTime
A representation of the model object 'Cim Date Time'.
The following features are supported:
CommonPackage.getCimDateTime()
Method Summary | |
---|---|
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.lang.String |
getCIMDateTime()
Returns the value of the 'CIM Date Time' attribute. |
javax.xml.datatype.XMLGregorianCalendar |
getDate()
Returns the value of the 'Date' attribute. |
javax.xml.datatype.XMLGregorianCalendar |
getDatetime()
Returns the value of the 'Datetime' attribute. |
javax.xml.datatype.Duration |
getInterval()
Returns the value of the 'Interval' attribute. |
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Returns the value of the 'Time' attribute. |
boolean |
isSetCIMDateTime()
Returns whether the value of the ' CIM Date Time ' attribute is set. |
void |
setCIMDateTime(java.lang.String value)
Sets the value of the ' CIM Date Time ' attribute. |
void |
setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the ' Date ' attribute. |
void |
setDatetime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the ' Datetime ' attribute. |
void |
setInterval(javax.xml.datatype.Duration value)
Sets the value of the ' Interval ' attribute. |
void |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the ' Time ' attribute. |
void |
unsetCIMDateTime()
Unsets the value of the ' CIM Date Time ' attribute. |
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 |
Method Detail |
---|
java.lang.String getCIMDateTime()
If the meaning of the 'CIM Date Time' attribute isn't clear, there really should be more of a description here...
isSetCIMDateTime()
,
unsetCIMDateTime()
,
setCIMDateTime(String)
,
CommonPackage.getCimDateTime_CIMDateTime()
void setCIMDateTime(java.lang.String value)
CIM Date Time
' attribute.
value
- the new value of the 'CIM Date Time' attribute.isSetCIMDateTime()
,
unsetCIMDateTime()
,
getCIMDateTime()
void unsetCIMDateTime()
CIM Date Time
' attribute.
isSetCIMDateTime()
,
getCIMDateTime()
,
setCIMDateTime(String)
boolean isSetCIMDateTime()
CIM Date Time
' attribute is set.
unsetCIMDateTime()
,
getCIMDateTime()
,
setCIMDateTime(String)
javax.xml.datatype.Duration getInterval()
If the meaning of the 'Interval' attribute isn't clear, there really should be more of a description here...
setInterval(Duration)
,
CommonPackage.getCimDateTime_Interval()
void setInterval(javax.xml.datatype.Duration value)
Interval
' attribute.
value
- the new value of the 'Interval' attribute.getInterval()
javax.xml.datatype.XMLGregorianCalendar getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(XMLGregorianCalendar)
,
CommonPackage.getCimDateTime_Date()
void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Date
' attribute.
value
- the new value of the 'Date' attribute.getDate()
javax.xml.datatype.XMLGregorianCalendar getTime()
If the meaning of the 'Time' attribute isn't clear, there really should be more of a description here...
setTime(XMLGregorianCalendar)
,
CommonPackage.getCimDateTime_Time()
void setTime(javax.xml.datatype.XMLGregorianCalendar value)
Time
' attribute.
value
- the new value of the 'Time' attribute.getTime()
javax.xml.datatype.XMLGregorianCalendar getDatetime()
If the meaning of the 'Datetime' attribute isn't clear, there really should be more of a description here...
setDatetime(XMLGregorianCalendar)
,
CommonPackage.getCimDateTime_Datetime()
void setDatetime(javax.xml.datatype.XMLGregorianCalendar value)
Datetime
' attribute.
value
- the new value of the 'Datetime' attribute.getDatetime()
FeatureMap getAnyAttribute()
FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
CommonPackage.getCimDateTime_AnyAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |