Package net.opengis.gml311.impl
Class FileTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- FileTypeImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected String
compression
The cached value of the 'Compression
' attribute.protected static String
COMPRESSION_EDEFAULT
The default value of the 'Compression
' attribute.protected static String
FILE_NAME_EDEFAULT
The default value of the 'File Name
' attribute.protected static FileValueModelType
FILE_STRUCTURE_EDEFAULT
The default value of the 'File Structure
' attribute.protected String
fileName
The cached value of the 'File Name
' attribute.protected FileValueModelType
fileStructure
The cached value of the 'File Structure
' attribute.protected boolean
fileStructureESet
This is true if the File Structure attribute has been set.protected static String
MIME_TYPE_EDEFAULT
The default value of the 'Mime Type
' attribute.protected String
mimeType
The cached value of the 'Mime Type
' attribute.protected RangeParametersType
rangeParameters
The cached value of the 'Range Parameters
' containment reference.
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetRangeParameters(RangeParametersType newRangeParameters, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
String
getCompression()
String
getFileName()
FileValueModelType
getFileStructure()
String
getMimeType()
RangeParametersType
getRangeParameters()
boolean
isSetFileStructure()
void
setCompression(String newCompression)
void
setFileName(String newFileName)
void
setFileStructure(FileValueModelType newFileStructure)
void
setMimeType(String newMimeType)
void
setRangeParameters(RangeParametersType newRangeParameters)
String
toString()
void
unsetFileStructure()
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
rangeParameters
protected RangeParametersType rangeParameters
The cached value of the 'Range Parameters
' containment reference.- See Also:
getRangeParameters()
-
FILE_NAME_EDEFAULT
protected static final String FILE_NAME_EDEFAULT
The default value of the 'File Name
' attribute.- See Also:
getFileName()
-
fileName
protected String fileName
The cached value of the 'File Name
' attribute.- See Also:
getFileName()
-
FILE_STRUCTURE_EDEFAULT
protected static final FileValueModelType FILE_STRUCTURE_EDEFAULT
The default value of the 'File Structure
' attribute.- See Also:
getFileStructure()
-
fileStructure
protected FileValueModelType fileStructure
The cached value of the 'File Structure
' attribute.- See Also:
getFileStructure()
-
fileStructureESet
protected boolean fileStructureESet
This is true if the File Structure attribute has been set.
-
MIME_TYPE_EDEFAULT
protected static final String MIME_TYPE_EDEFAULT
The default value of the 'Mime Type
' attribute.- See Also:
getMimeType()
-
mimeType
protected String mimeType
The cached value of the 'Mime Type
' attribute.- See Also:
getMimeType()
-
COMPRESSION_EDEFAULT
protected static final String COMPRESSION_EDEFAULT
The default value of the 'Compression
' attribute.- See Also:
getCompression()
-
compression
protected String compression
The cached value of the 'Compression
' attribute.- See Also:
getCompression()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classBasicEObjectImpl
-
getRangeParameters
public RangeParametersType getRangeParameters()
- Specified by:
getRangeParameters
in interfaceFileType
- Returns:
- the value of the 'Range Parameters' containment reference.
- See Also:
FileType.setRangeParameters(RangeParametersType)
,Gml311Package.getFileType_RangeParameters()
-
basicSetRangeParameters
public NotificationChain basicSetRangeParameters(RangeParametersType newRangeParameters, NotificationChain msgs)
-
setRangeParameters
public void setRangeParameters(RangeParametersType newRangeParameters)
- Specified by:
setRangeParameters
in interfaceFileType
- Parameters:
newRangeParameters
- the new value of the 'Range Parameters' containment reference.- See Also:
FileType.getRangeParameters()
-
getFileName
public String getFileName()
- Specified by:
getFileName
in interfaceFileType
- Returns:
- the value of the 'File Name' attribute.
- See Also:
FileType.setFileName(String)
,Gml311Package.getFileType_FileName()
-
setFileName
public void setFileName(String newFileName)
- Specified by:
setFileName
in interfaceFileType
- Parameters:
newFileName
- the new value of the 'File Name' attribute.- See Also:
FileType.getFileName()
-
getFileStructure
public FileValueModelType getFileStructure()
- Specified by:
getFileStructure
in interfaceFileType
- Returns:
- the value of the 'File Structure' attribute.
- See Also:
FileValueModelType
,FileType.isSetFileStructure()
,FileType.unsetFileStructure()
,FileType.setFileStructure(FileValueModelType)
,Gml311Package.getFileType_FileStructure()
-
setFileStructure
public void setFileStructure(FileValueModelType newFileStructure)
- Specified by:
setFileStructure
in interfaceFileType
- Parameters:
newFileStructure
- the new value of the 'File Structure' attribute.- See Also:
FileValueModelType
,FileType.isSetFileStructure()
,FileType.unsetFileStructure()
,FileType.getFileStructure()
-
unsetFileStructure
public void unsetFileStructure()
- Specified by:
unsetFileStructure
in interfaceFileType
- See Also:
FileType.isSetFileStructure()
,FileType.getFileStructure()
,FileType.setFileStructure(FileValueModelType)
-
isSetFileStructure
public boolean isSetFileStructure()
- Specified by:
isSetFileStructure
in interfaceFileType
- Returns:
- whether the value of the 'File Structure' attribute is set.
- See Also:
FileType.unsetFileStructure()
,FileType.getFileStructure()
,FileType.setFileStructure(FileValueModelType)
-
getMimeType
public String getMimeType()
- Specified by:
getMimeType
in interfaceFileType
- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
FileType.setMimeType(String)
,Gml311Package.getFileType_MimeType()
-
setMimeType
public void setMimeType(String newMimeType)
- Specified by:
setMimeType
in interfaceFileType
- Parameters:
newMimeType
- the new value of the 'Mime Type' attribute.- See Also:
FileType.getMimeType()
-
getCompression
public String getCompression()
- Specified by:
getCompression
in interfaceFileType
- Returns:
- the value of the 'Compression' attribute.
- See Also:
FileType.setCompression(String)
,Gml311Package.getFileType_Compression()
-
setCompression
public void setCompression(String newCompression)
- Specified by:
setCompression
in interfaceFileType
- Parameters:
newCompression
- the new value of the 'Compression' attribute.- See Also:
FileType.getCompression()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-