Package org.eclipse.emf.cdo.eresource
Schnittstelle CDOTextResource
- Alle Superschnittstellen:
CDOFileResource<Reader>
,CDOObject
,CDOResourceLeaf
,CDOResourceNode
,CDOWithID
,org.eclipse.net4j.util.io.EncodingProvider
,EObject
,Notifier
- Alle bekannten Implementierungsklassen:
CDOTextResourceImpl
public interface CDOTextResource
extends CDOFileResource<Reader>, org.eclipse.net4j.util.io.EncodingProvider
A representation of the model object 'CDO Text Resource'.
- Seit:
- 4.1
- Siehe auch:
- Generated
- not
- Extends
- EncodingProvider
- Model
- superTypes="org.eclipse.emf.cdo.eresource.CDOFileResource<org.eclipse.emf.cdo.etypes.Reader>"
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.eresource.CDOResourceNode
ROOT_NAME, ROOT_PATH
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Contents' attribute.Returns the value of the 'Encoding' attribute.void
setContents
(CDOClob value) Sets the value of the 'Contents
' attribute.void
setEncoding
(String value) Sets the value of the 'Encoding
' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.eresource.CDOResourceNode
delete, getBasename, getExtension, getFolder, getName, getPath, getURI, isRoot, setBasename, setExtension, setFolder, setName, setPath, trimExtension
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
getContents
CDOClob getContents()Returns the value of the 'Contents' attribute.If the meaning of the 'Contents' attribute isn't clear, there really should be more of a description here...
- Angegeben von:
getContents
in SchnittstelleCDOFileResource<Reader>
- Gibt zurück:
- the value of the 'Contents' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.etypes.Clob" required="true" transient="true" annotation="http://www.eclipse.org/emf/CDO persistent='true'"
-
setContents
Sets the value of the 'Contents
' attribute.- Parameter:
value
- the new value of the 'Contents' attribute.- Siehe auch:
- Generated
-
getEncoding
String getEncoding()Returns the value of the 'Encoding' attribute.If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
- Angegeben von:
getEncoding
in Schnittstelleorg.eclipse.net4j.util.io.EncodingProvider
- Gibt zurück:
- the value of the 'Encoding' attribute.
- Seit:
- 4.2
- Siehe auch:
- Generated
- Model
-
setEncoding
Sets the value of the 'Encoding
' attribute.- Parameter:
value
- the new value of the 'Encoding' attribute.- Seit:
- 4.2
- Siehe auch:
- Generated
-