Package net.opengis.ows11.impl
Class AbstractReferenceBaseTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- AbstractReferenceBaseTypeImpl
-
- All Implemented Interfaces:
AbstractReferenceBaseType,Notifier,EObject,InternalEObject
- Direct Known Subclasses:
ReferenceTypeImpl
public class AbstractReferenceBaseTypeImpl extends EObjectImpl implements AbstractReferenceBaseType
-
-
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 ObjectactuateThe cached value of the 'Actuate' attribute.protected static ObjectACTUATE_EDEFAULTThe default value of the 'Actuate' attribute.protected ObjectarcroleThe cached value of the 'Arcrole' attribute.protected static ObjectARCROLE_EDEFAULTThe default value of the 'Arcrole' attribute.protected ObjecthrefThe cached value of the 'Href' attribute.protected static ObjectHREF_EDEFAULTThe default value of the 'Href' attribute.protected ObjectroleThe cached value of the 'Role' attribute.protected static ObjectROLE_EDEFAULTThe default value of the 'Role' attribute.protected ObjectshowThe cached value of the 'Show' attribute.protected static ObjectSHOW_EDEFAULTThe default value of the 'Show' attribute.protected ObjecttitleThe cached value of the 'Title' attribute.protected static ObjectTITLE_EDEFAULTThe default value of the 'Title' attribute.protected StringtypeThe cached value of the 'Type' attribute.protected static StringTYPE_EDEFAULTThe default value of the 'Type' attribute.protected booleantypeESetThis is true if the Type attribute has been set.-
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 protectedAbstractReferenceBaseTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)ObjectgetActuate()ObjectgetArcrole()ObjectgetHref()ObjectgetRole()ObjectgetShow()ObjectgetTitle()StringgetType()booleanisSetType()voidsetActuate(Object newActuate)voidsetArcrole(Object newArcrole)voidsetHref(Object newHref)voidsetRole(Object newRole)voidsetShow(Object newShow)voidsetTitle(Object newTitle)voidsetType(String newType)StringtoString()voidunsetType()-
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, 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
-
-
-
-
Field Detail
-
ACTUATE_EDEFAULT
protected static final Object ACTUATE_EDEFAULT
The default value of the 'Actuate' attribute.- See Also:
getActuate()
-
actuate
protected Object actuate
The cached value of the 'Actuate' attribute.- See Also:
getActuate()
-
ARCROLE_EDEFAULT
protected static final Object ARCROLE_EDEFAULT
The default value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
arcrole
protected Object arcrole
The cached value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
HREF_EDEFAULT
protected static final Object HREF_EDEFAULT
The default value of the 'Href' attribute.- See Also:
getHref()
-
ROLE_EDEFAULT
protected static final Object ROLE_EDEFAULT
The default value of the 'Role' attribute.- See Also:
getRole()
-
SHOW_EDEFAULT
protected static final Object SHOW_EDEFAULT
The default value of the 'Show' attribute.- See Also:
getShow()
-
TITLE_EDEFAULT
protected static final Object TITLE_EDEFAULT
The default value of the 'Title' attribute.- See Also:
getTitle()
-
title
protected Object title
The cached value of the 'Title' attribute.- See Also:
getTitle()
-
TYPE_EDEFAULT
protected static final String TYPE_EDEFAULT
The default value of the 'Type' attribute.- See Also:
getType(), Constant Field Values
-
typeESet
protected boolean typeESet
This is true if the Type attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classEObjectImpl
-
getActuate
public Object getActuate()
- Specified by:
getActuatein interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Actuate' attribute.
- See Also:
AbstractReferenceBaseType.setActuate(Object),Ows11Package.getAbstractReferenceBaseType_Actuate()
-
setActuate
public void setActuate(Object newActuate)
- Specified by:
setActuatein interfaceAbstractReferenceBaseType- Parameters:
newActuate- the new value of the 'Actuate' attribute.- See Also:
AbstractReferenceBaseType.getActuate()
-
getArcrole
public Object getArcrole()
- Specified by:
getArcrolein interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
AbstractReferenceBaseType.setArcrole(Object),Ows11Package.getAbstractReferenceBaseType_Arcrole()
-
setArcrole
public void setArcrole(Object newArcrole)
- Specified by:
setArcrolein interfaceAbstractReferenceBaseType- Parameters:
newArcrole- the new value of the 'Arcrole' attribute.- See Also:
AbstractReferenceBaseType.getArcrole()
-
getHref
public Object getHref()
- Specified by:
getHrefin interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Href' attribute.
- See Also:
AbstractReferenceBaseType.setHref(Object),Ows11Package.getAbstractReferenceBaseType_Href()
-
setHref
public void setHref(Object newHref)
- Specified by:
setHrefin interfaceAbstractReferenceBaseType- Parameters:
newHref- the new value of the 'Href' attribute.- See Also:
AbstractReferenceBaseType.getHref()
-
getRole
public Object getRole()
- Specified by:
getRolein interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Role' attribute.
- See Also:
AbstractReferenceBaseType.setRole(Object),Ows11Package.getAbstractReferenceBaseType_Role()
-
setRole
public void setRole(Object newRole)
- Specified by:
setRolein interfaceAbstractReferenceBaseType- Parameters:
newRole- the new value of the 'Role' attribute.- See Also:
AbstractReferenceBaseType.getRole()
-
getShow
public Object getShow()
- Specified by:
getShowin interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Show' attribute.
- See Also:
AbstractReferenceBaseType.setShow(Object),Ows11Package.getAbstractReferenceBaseType_Show()
-
setShow
public void setShow(Object newShow)
- Specified by:
setShowin interfaceAbstractReferenceBaseType- Parameters:
newShow- the new value of the 'Show' attribute.- See Also:
AbstractReferenceBaseType.getShow()
-
getTitle
public Object getTitle()
- Specified by:
getTitlein interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Title' attribute.
- See Also:
AbstractReferenceBaseType.setTitle(Object),Ows11Package.getAbstractReferenceBaseType_Title()
-
setTitle
public void setTitle(Object newTitle)
- Specified by:
setTitlein interfaceAbstractReferenceBaseType- Parameters:
newTitle- the new value of the 'Title' attribute.- See Also:
AbstractReferenceBaseType.getTitle()
-
getType
public String getType()
- Specified by:
getTypein interfaceAbstractReferenceBaseType- Returns:
- the value of the 'Type' attribute.
- See Also:
AbstractReferenceBaseType.isSetType(),AbstractReferenceBaseType.unsetType(),AbstractReferenceBaseType.setType(String),Ows11Package.getAbstractReferenceBaseType_Type()
-
setType
public void setType(String newType)
- Specified by:
setTypein interfaceAbstractReferenceBaseType- Parameters:
newType- the new value of the 'Type' attribute.- See Also:
AbstractReferenceBaseType.isSetType(),AbstractReferenceBaseType.unsetType(),AbstractReferenceBaseType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetTypein interfaceAbstractReferenceBaseType- See Also:
AbstractReferenceBaseType.isSetType(),AbstractReferenceBaseType.getType(),AbstractReferenceBaseType.setType(String)
-
isSetType
public boolean isSetType()
- Specified by:
isSetTypein interfaceAbstractReferenceBaseType- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
AbstractReferenceBaseType.unsetType(),AbstractReferenceBaseType.getType(),AbstractReferenceBaseType.setType(String)
-
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
-
-