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 StringcompressionThe cached value of the 'Compression' attribute.protected static StringCOMPRESSION_EDEFAULTThe default value of the 'Compression' attribute.protected static StringFILE_NAME_EDEFAULTThe default value of the 'File Name' attribute.protected static FileValueModelTypeFILE_STRUCTURE_EDEFAULTThe default value of the 'File Structure' attribute.protected StringfileNameThe cached value of the 'File Name' attribute.protected FileValueModelTypefileStructureThe cached value of the 'File Structure' attribute.protected booleanfileStructureESetThis is true if the File Structure attribute has been set.protected static StringMIME_TYPE_EDEFAULTThe default value of the 'Mime Type' attribute.protected StringmimeTypeThe cached value of the 'Mime Type' attribute.protected RangeParametersTyperangeParametersThe cached value of the 'Range Parameters' containment reference.
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetRangeParameters(RangeParametersType newRangeParameters, NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetCompression()StringgetFileName()FileValueModelTypegetFileStructure()StringgetMimeType()RangeParametersTypegetRangeParameters()booleanisSetFileStructure()voidsetCompression(String newCompression)voidsetFileName(String newFileName)voidsetFileStructure(FileValueModelType newFileStructure)voidsetMimeType(String newMimeType)voidsetRangeParameters(RangeParametersType newRangeParameters)StringtoString()voidunsetFileStructure()-
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:
eStaticClassin classBasicEObjectImpl
-
getRangeParameters
public RangeParametersType getRangeParameters()
- Specified by:
getRangeParametersin 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:
setRangeParametersin interfaceFileType- Parameters:
newRangeParameters- the new value of the 'Range Parameters' containment reference.- See Also:
FileType.getRangeParameters()
-
getFileName
public String getFileName()
- Specified by:
getFileNamein 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:
setFileNamein interfaceFileType- Parameters:
newFileName- the new value of the 'File Name' attribute.- See Also:
FileType.getFileName()
-
getFileStructure
public FileValueModelType getFileStructure()
- Specified by:
getFileStructurein 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:
setFileStructurein 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:
unsetFileStructurein interfaceFileType- See Also:
FileType.isSetFileStructure(),FileType.getFileStructure(),FileType.setFileStructure(FileValueModelType)
-
isSetFileStructure
public boolean isSetFileStructure()
- Specified by:
isSetFileStructurein 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:
getMimeTypein 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:
setMimeTypein interfaceFileType- Parameters:
newMimeType- the new value of the 'Mime Type' attribute.- See Also:
FileType.getMimeType()
-
getCompression
public String getCompression()
- Specified by:
getCompressionin interfaceFileType- Returns:
- the value of the 'Compression' attribute.
- See Also:
FileType.setCompression(String),Gml311Package.getFileType_Compression()
-
setCompression
public void setCompression(String newCompression)
- Specified by:
setCompressionin 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:
eInverseRemovein classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toStringin classBasicEObjectImpl
-
-