|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDOResource
A representation of the model object 'CDO Resource'.
The following features are supported:
EresourcePackage.getCDOResource()
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource |
---|
org.eclipse.emf.ecore.resource.Resource.Diagnostic, org.eclipse.emf.ecore.resource.Resource.Factory, org.eclipse.emf.ecore.resource.Resource.Internal, org.eclipse.emf.ecore.resource.Resource.IOWrappedException |
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ecore.resource.Resource |
---|
OPTION_CIPHER, OPTION_SAVE_ONLY_IF_CHANGED, OPTION_SAVE_ONLY_IF_CHANGED_FILE_BUFFER, OPTION_SAVE_ONLY_IF_CHANGED_MEMORY_BUFFER, OPTION_ZIP, RESOURCE__CONTENTS, RESOURCE__ERRORS, RESOURCE__IS_LOADED, RESOURCE__IS_MODIFIED, RESOURCE__IS_TRACKING_MODIFICATION, RESOURCE__RESOURCE_SET, RESOURCE__TIME_STAMP, RESOURCE__URI, RESOURCE__WARNINGS |
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getContents()
Returns the value of the 'Contents' containment reference list. |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.resource.Resource.Diagnostic> |
getErrors()
Returns the value of the 'Errors' attribute list. |
java.lang.String |
getPath()
Returns the value of the 'Path' attribute. |
org.eclipse.emf.ecore.resource.ResourceSet |
getResourceSet()
Returns the value of the 'Resource Set' attribute. |
long |
getTimeStamp()
Returns the value of the 'Time Stamp' attribute. |
org.eclipse.emf.common.util.URI |
getURI()
Returns the value of the 'URI' attribute. |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.resource.Resource.Diagnostic> |
getWarnings()
Returns the value of the 'Warnings' attribute list. |
boolean |
isLoaded()
Returns the value of the 'Loaded' attribute. |
boolean |
isModified()
Returns the value of the 'Modified' attribute. |
boolean |
isTrackingModification()
Returns the value of the 'Tracking Modification' attribute. |
void |
setLoaded(boolean value)
Sets the value of the ' Loaded ' attribute.
|
void |
setModified(boolean value)
Sets the value of the ' Modified ' attribute |
void |
setPath(java.lang.String value)
Sets the value of the ' Path ' attribute.
|
void |
setResourceSet(org.eclipse.emf.ecore.resource.ResourceSet value)
Sets the value of the ' Resource Set '
attribute.
|
void |
setTimeStamp(long value)
Sets the value of the ' Time Stamp '
attribute.
|
void |
setTrackingModification(boolean value)
Sets the value of the ' Tracking Modification ' attribute.
|
void |
setURI(org.eclipse.emf.common.util.URI value)
Sets the value of the ' URI ' attribute.
|
Methods inherited from interface org.eclipse.emf.cdo.CDOObject |
---|
cdoClass, cdoID, cdoReload, cdoResource, cdoRevision, cdoState, cdoView |
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.resource.Resource.Internal |
---|
attached, basicSetResourceSet, detached, isLoading |
Methods inherited from interface org.eclipse.emf.ecore.resource.Resource |
---|
delete, getAllContents, getEObject, getURIFragment, load, load, save, save, unload |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
If the meaning of the 'Resource Set' attribute isn't clear, there really should be more of a description here...
getResourceSet
in interface org.eclipse.emf.ecore.resource.Resource
setResourceSet(ResourceSet)
,
EresourcePackage.getCDOResource_ResourceSet()
void setResourceSet(org.eclipse.emf.ecore.resource.ResourceSet value)
Resource Set
'
attribute.
value
- the new value of the 'Resource Set' attribute.getResourceSet()
org.eclipse.emf.common.util.URI getURI()
If the meaning of the 'URI' attribute isn't clear, there really should be more of a description here...
getURI
in interface org.eclipse.emf.ecore.resource.Resource
setURI(URI)
,
EresourcePackage.getCDOResource_URI()
void setURI(org.eclipse.emf.common.util.URI value)
URI
' attribute.
setURI
in interface org.eclipse.emf.ecore.resource.Resource
value
- the new value of the 'URI' attribute.getURI()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getContents()
EObject
.
If the meaning of the 'Contents' containment reference list isn't clear, there really should be more of a description here...
getContents
in interface org.eclipse.emf.ecore.resource.Resource
EresourcePackage.getCDOResource_Contents()
boolean isModified()
If the meaning of the 'Modified' attribute isn't clear, there really should be more of a description here...
isModified
in interface org.eclipse.emf.ecore.resource.Resource
setModified(boolean)
,
EresourcePackage.getCDOResource_Modified()
void setModified(boolean value)
Modified
' attribute.
setModified
in interface org.eclipse.emf.ecore.resource.Resource
value
- the new value of the 'Modified' attribute.isModified()
boolean isLoaded()
"true"
.
If the meaning of the 'Loaded' attribute isn't clear, there really should be more of a description here...
isLoaded
in interface org.eclipse.emf.ecore.resource.Resource
setLoaded(boolean)
,
EresourcePackage.getCDOResource_Loaded()
void setLoaded(boolean value)
Loaded
' attribute.
value
- the new value of the 'Loaded' attribute.isLoaded()
boolean isTrackingModification()
If the meaning of the 'Tracking Modification' attribute isn't clear, there really should be more of a description here...
isTrackingModification
in interface org.eclipse.emf.ecore.resource.Resource
setTrackingModification(boolean)
,
EresourcePackage.getCDOResource_TrackingModification()
void setTrackingModification(boolean value)
Tracking Modification
' attribute.
setTrackingModification
in interface org.eclipse.emf.ecore.resource.Resource
value
- the new value of the 'Tracking Modification' attribute.isTrackingModification()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.resource.Resource.Diagnostic> getErrors()
Resource.Diagnostic
.
If the meaning of the 'Errors' attribute list isn't clear, there really should be more of a description here...
getErrors
in interface org.eclipse.emf.ecore.resource.Resource
EresourcePackage.getCDOResource_Errors()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.resource.Resource.Diagnostic> getWarnings()
Resource.Diagnostic
.
If the meaning of the 'Warnings' attribute list isn't clear, there really should be more of a description here...
getWarnings
in interface org.eclipse.emf.ecore.resource.Resource
EresourcePackage.getCDOResource_Warnings()
long getTimeStamp()
If the meaning of the 'Time Stamp' attribute isn't clear, there really should be more of a description here...
getTimeStamp
in interface org.eclipse.emf.ecore.resource.Resource
setTimeStamp(long)
,
EresourcePackage.getCDOResource_TimeStamp()
void setTimeStamp(long value)
Time Stamp
'
attribute.
setTimeStamp
in interface org.eclipse.emf.ecore.resource.Resource
value
- the new value of the 'Time Stamp' attribute.getTimeStamp()
java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String)
,
EresourcePackage.getCDOResource_Path()
void setPath(java.lang.String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |