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 Object
actuate
The cached value of the 'Actuate
' attribute.protected static Object
ACTUATE_EDEFAULT
The default value of the 'Actuate
' attribute.protected Object
arcrole
The cached value of the 'Arcrole
' attribute.protected static Object
ARCROLE_EDEFAULT
The default value of the 'Arcrole
' attribute.protected Object
href
The cached value of the 'Href
' attribute.protected static Object
HREF_EDEFAULT
The default value of the 'Href
' attribute.protected Object
role
The cached value of the 'Role
' attribute.protected static Object
ROLE_EDEFAULT
The default value of the 'Role
' attribute.protected Object
show
The cached value of the 'Show
' attribute.protected static Object
SHOW_EDEFAULT
The default value of the 'Show
' attribute.protected Object
title
The cached value of the 'Title
' attribute.protected static Object
TITLE_EDEFAULT
The default value of the 'Title
' attribute.protected String
type
The cached value of the 'Type
' attribute.protected static String
TYPE_EDEFAULT
The default value of the 'Type
' attribute.protected boolean
typeESet
This 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 protected
AbstractReferenceBaseTypeImpl()
-
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)
Object
getActuate()
Object
getArcrole()
Object
getHref()
Object
getRole()
Object
getShow()
Object
getTitle()
String
getType()
boolean
isSetType()
void
setActuate(Object newActuate)
void
setArcrole(Object newArcrole)
void
setHref(Object newHref)
void
setRole(Object newRole)
void
setShow(Object newShow)
void
setTitle(Object newTitle)
void
setType(String newType)
String
toString()
void
unsetType()
-
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:
eStaticClass
in classEObjectImpl
-
getActuate
public Object getActuate()
- Specified by:
getActuate
in interfaceAbstractReferenceBaseType
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
AbstractReferenceBaseType.setActuate(Object)
,Ows11Package.getAbstractReferenceBaseType_Actuate()
-
setActuate
public void setActuate(Object newActuate)
- Specified by:
setActuate
in interfaceAbstractReferenceBaseType
- Parameters:
newActuate
- the new value of the 'Actuate' attribute.- See Also:
AbstractReferenceBaseType.getActuate()
-
getArcrole
public Object getArcrole()
- Specified by:
getArcrole
in interfaceAbstractReferenceBaseType
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
AbstractReferenceBaseType.setArcrole(Object)
,Ows11Package.getAbstractReferenceBaseType_Arcrole()
-
setArcrole
public void setArcrole(Object newArcrole)
- Specified by:
setArcrole
in interfaceAbstractReferenceBaseType
- Parameters:
newArcrole
- the new value of the 'Arcrole' attribute.- See Also:
AbstractReferenceBaseType.getArcrole()
-
getHref
public Object getHref()
- Specified by:
getHref
in interfaceAbstractReferenceBaseType
- Returns:
- the value of the 'Href' attribute.
- See Also:
AbstractReferenceBaseType.setHref(Object)
,Ows11Package.getAbstractReferenceBaseType_Href()
-
setHref
public void setHref(Object newHref)
- Specified by:
setHref
in interfaceAbstractReferenceBaseType
- Parameters:
newHref
- the new value of the 'Href' attribute.- See Also:
AbstractReferenceBaseType.getHref()
-
getRole
public Object getRole()
- Specified by:
getRole
in interfaceAbstractReferenceBaseType
- Returns:
- the value of the 'Role' attribute.
- See Also:
AbstractReferenceBaseType.setRole(Object)
,Ows11Package.getAbstractReferenceBaseType_Role()
-
setRole
public void setRole(Object newRole)
- Specified by:
setRole
in interfaceAbstractReferenceBaseType
- Parameters:
newRole
- the new value of the 'Role' attribute.- See Also:
AbstractReferenceBaseType.getRole()
-
getShow
public Object getShow()
- Specified by:
getShow
in interfaceAbstractReferenceBaseType
- Returns:
- the value of the 'Show' attribute.
- See Also:
AbstractReferenceBaseType.setShow(Object)
,Ows11Package.getAbstractReferenceBaseType_Show()
-
setShow
public void setShow(Object newShow)
- Specified by:
setShow
in interfaceAbstractReferenceBaseType
- Parameters:
newShow
- the new value of the 'Show' attribute.- See Also:
AbstractReferenceBaseType.getShow()
-
getTitle
public Object getTitle()
- Specified by:
getTitle
in interfaceAbstractReferenceBaseType
- Returns:
- the value of the 'Title' attribute.
- See Also:
AbstractReferenceBaseType.setTitle(Object)
,Ows11Package.getAbstractReferenceBaseType_Title()
-
setTitle
public void setTitle(Object newTitle)
- Specified by:
setTitle
in interfaceAbstractReferenceBaseType
- Parameters:
newTitle
- the new value of the 'Title' attribute.- See Also:
AbstractReferenceBaseType.getTitle()
-
getType
public String getType()
- Specified by:
getType
in 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:
setType
in interfaceAbstractReferenceBaseType
- Parameters:
newType
- the new value of the 'Type' attribute.- See Also:
AbstractReferenceBaseType.isSetType()
,AbstractReferenceBaseType.unsetType()
,AbstractReferenceBaseType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetType
in interfaceAbstractReferenceBaseType
- See Also:
AbstractReferenceBaseType.isSetType()
,AbstractReferenceBaseType.getType()
,AbstractReferenceBaseType.setType(String)
-
isSetType
public boolean isSetType()
- Specified by:
isSetType
in 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:
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
-
-