Package net.opengis.wfs.impl
Class GetFeatureWithLockTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- BaseRequestTypeImpl
-
- GetFeatureTypeImpl
-
- GetFeatureWithLockTypeImpl
-
- All Implemented Interfaces:
BaseRequestType
,GetFeatureType
,GetFeatureWithLockType
,Notifier
,EObject
,InternalEObject
public class GetFeatureWithLockTypeImpl extends GetFeatureTypeImpl implements GetFeatureWithLockType
An implementation of the model object 'Get Feature With Lock Type'.The following features are implemented:
-
-
Nested Class Summary
-
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 BigInteger
expiry
The cached value of the 'Expiry
' attribute.protected static BigInteger
EXPIRY_EDEFAULT
The default value of the 'Expiry
' attribute.protected boolean
expiryESet
This is true if the Expiry attribute has been set.-
Fields inherited from class GetFeatureTypeImpl
FORMAT_OPTIONS_EDEFAULT, formatOptions, MAX_FEATURES_EDEFAULT, maxFeatures, metadata, METADATA_EDEFAULT, OUTPUT_FORMAT_EDEFAULT, outputFormat, outputFormatESet, query, RESULT_TYPE_EDEFAULT, resultType, resultTypeESet, START_INDEX_EDEFAULT, startIndex, TRAVERSE_XLINK_DEPTH_EDEFAULT, TRAVERSE_XLINK_EXPIRY_EDEFAULT, traverseXlinkDepth, traverseXlinkExpiry, viewParams
-
Fields inherited from class BaseRequestTypeImpl
BASE_URL_EDEFAULT, baseUrl, EXTENDED_PROPERTIES_EDEFAULT, extendedProperties, handle, HANDLE_EDEFAULT, PROVIDED_VERSION_EDEFAULT, providedVersion, service, SERVICE_EDEFAULT, serviceESet, version, VERSION_EDEFAULT, versionESet
-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GetFeatureWithLockTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
BigInteger
getExpiry()
boolean
isSetExpiry()
void
setExpiry(BigInteger newExpiry)
String
toString()
void
unsetExpiry()
-
Methods inherited from class GetFeatureTypeImpl
eInverseRemove, getFormatOptions, getMaxFeatures, getMetadata, getOutputFormat, getQuery, getResultType, getStartIndex, getTraverseXlinkDepth, getTraverseXlinkExpiry, getViewParams, isSetOutputFormat, isSetResultType, setFormatOptions, setMaxFeatures, setMetadata, setOutputFormat, setResultType, setStartIndex, setTraverseXlinkDepth, setTraverseXlinkExpiry, unsetOutputFormat, unsetResultType
-
Methods inherited from class BaseRequestTypeImpl
getBaseUrl, getExtendedProperties, getHandle, getProvidedVersion, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setProvidedVersion, setService, setVersion, unsetService, unsetVersion
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface BaseRequestType
getBaseUrl, getExtendedProperties, getHandle, getProvidedVersion, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setProvidedVersion, setService, setVersion, unsetService, unsetVersion
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface GetFeatureType
getFormatOptions, getMaxFeatures, getMetadata, getOutputFormat, getQuery, getResultType, getStartIndex, getTraverseXlinkDepth, getTraverseXlinkExpiry, getViewParams, isSetOutputFormat, isSetResultType, setFormatOptions, setMaxFeatures, setMetadata, setOutputFormat, setResultType, setStartIndex, setTraverseXlinkDepth, setTraverseXlinkExpiry, unsetOutputFormat, unsetResultType
-
-
-
-
Field Detail
-
EXPIRY_EDEFAULT
protected static final BigInteger EXPIRY_EDEFAULT
The default value of the 'Expiry
' attribute.- See Also:
getExpiry()
-
expiry
protected BigInteger expiry
The cached value of the 'Expiry
' attribute.- See Also:
getExpiry()
-
expiryESet
protected boolean expiryESet
This is true if the Expiry attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classGetFeatureTypeImpl
-
getExpiry
public BigInteger getExpiry()
- Specified by:
getExpiry
in interfaceGetFeatureWithLockType
- Returns:
- the value of the 'Expiry' attribute.
- See Also:
GetFeatureWithLockType.isSetExpiry()
,GetFeatureWithLockType.unsetExpiry()
,GetFeatureWithLockType.setExpiry(BigInteger)
,WfsPackage.getGetFeatureWithLockType_Expiry()
-
setExpiry
public void setExpiry(BigInteger newExpiry)
- Specified by:
setExpiry
in interfaceGetFeatureWithLockType
- Parameters:
newExpiry
- the new value of the 'Expiry' attribute.- See Also:
GetFeatureWithLockType.isSetExpiry()
,GetFeatureWithLockType.unsetExpiry()
,GetFeatureWithLockType.getExpiry()
-
unsetExpiry
public void unsetExpiry()
- Specified by:
unsetExpiry
in interfaceGetFeatureWithLockType
- See Also:
GetFeatureWithLockType.isSetExpiry()
,GetFeatureWithLockType.getExpiry()
,GetFeatureWithLockType.setExpiry(BigInteger)
-
isSetExpiry
public boolean isSetExpiry()
- Specified by:
isSetExpiry
in interfaceGetFeatureWithLockType
- Returns:
- whether the value of the 'Expiry' attribute is set.
- See Also:
GetFeatureWithLockType.unsetExpiry()
,GetFeatureWithLockType.getExpiry()
,GetFeatureWithLockType.setExpiry(BigInteger)
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classGetFeatureTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classGetFeatureTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classGetFeatureTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classGetFeatureTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classGetFeatureTypeImpl
-
-