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 BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields 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 EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractReferenceBaseTypeImpl()
 - 
Method SummaryAll 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 EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, 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 BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
ACTUATE_EDEFAULTprotected static final Object ACTUATE_EDEFAULT The default value of the 'Actuate' attribute.- See Also:
- getActuate()
 
 - 
actuateprotected Object actuate The cached value of the 'Actuate' attribute.- See Also:
- getActuate()
 
 - 
ARCROLE_EDEFAULTprotected static final Object ARCROLE_EDEFAULT The default value of the 'Arcrole' attribute.- See Also:
- getArcrole()
 
 - 
arcroleprotected Object arcrole The cached value of the 'Arcrole' attribute.- See Also:
- getArcrole()
 
 - 
HREF_EDEFAULTprotected static final Object HREF_EDEFAULT The default value of the 'Href' attribute.- See Also:
- getHref()
 
 - 
ROLE_EDEFAULTprotected static final Object ROLE_EDEFAULT The default value of the 'Role' attribute.- See Also:
- getRole()
 
 - 
SHOW_EDEFAULTprotected static final Object SHOW_EDEFAULT The default value of the 'Show' attribute.- See Also:
- getShow()
 
 - 
TITLE_EDEFAULTprotected static final Object TITLE_EDEFAULT The default value of the 'Title' attribute.- See Also:
- getTitle()
 
 - 
titleprotected Object title The cached value of the 'Title' attribute.- See Also:
- getTitle()
 
 - 
TYPE_EDEFAULTprotected static final String TYPE_EDEFAULT The default value of the 'Type' attribute.- See Also:
- getType(), Constant Field Values
 
 - 
typeESetprotected boolean typeESet This is true if the Type attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getActuatepublic Object getActuate() - Specified by:
- getActuatein interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
- AbstractReferenceBaseType.setActuate(Object),- Ows11Package.getAbstractReferenceBaseType_Actuate()
 
 - 
setActuatepublic void setActuate(Object newActuate) - Specified by:
- setActuatein interface- AbstractReferenceBaseType
- Parameters:
- newActuate- the new value of the 'Actuate' attribute.
- See Also:
- AbstractReferenceBaseType.getActuate()
 
 - 
getArcrolepublic Object getArcrole() - Specified by:
- getArcrolein interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
- AbstractReferenceBaseType.setArcrole(Object),- Ows11Package.getAbstractReferenceBaseType_Arcrole()
 
 - 
setArcrolepublic void setArcrole(Object newArcrole) - Specified by:
- setArcrolein interface- AbstractReferenceBaseType
- Parameters:
- newArcrole- the new value of the 'Arcrole' attribute.
- See Also:
- AbstractReferenceBaseType.getArcrole()
 
 - 
getHrefpublic Object getHref() - Specified by:
- getHrefin interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Href' attribute.
- See Also:
- AbstractReferenceBaseType.setHref(Object),- Ows11Package.getAbstractReferenceBaseType_Href()
 
 - 
setHrefpublic void setHref(Object newHref) - Specified by:
- setHrefin interface- AbstractReferenceBaseType
- Parameters:
- newHref- the new value of the 'Href' attribute.
- See Also:
- AbstractReferenceBaseType.getHref()
 
 - 
getRolepublic Object getRole() - Specified by:
- getRolein interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Role' attribute.
- See Also:
- AbstractReferenceBaseType.setRole(Object),- Ows11Package.getAbstractReferenceBaseType_Role()
 
 - 
setRolepublic void setRole(Object newRole) - Specified by:
- setRolein interface- AbstractReferenceBaseType
- Parameters:
- newRole- the new value of the 'Role' attribute.
- See Also:
- AbstractReferenceBaseType.getRole()
 
 - 
getShowpublic Object getShow() - Specified by:
- getShowin interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Show' attribute.
- See Also:
- AbstractReferenceBaseType.setShow(Object),- Ows11Package.getAbstractReferenceBaseType_Show()
 
 - 
setShowpublic void setShow(Object newShow) - Specified by:
- setShowin interface- AbstractReferenceBaseType
- Parameters:
- newShow- the new value of the 'Show' attribute.
- See Also:
- AbstractReferenceBaseType.getShow()
 
 - 
getTitlepublic Object getTitle() - Specified by:
- getTitlein interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Title' attribute.
- See Also:
- AbstractReferenceBaseType.setTitle(Object),- Ows11Package.getAbstractReferenceBaseType_Title()
 
 - 
setTitlepublic void setTitle(Object newTitle) - Specified by:
- setTitlein interface- AbstractReferenceBaseType
- Parameters:
- newTitle- the new value of the 'Title' attribute.
- See Also:
- AbstractReferenceBaseType.getTitle()
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- AbstractReferenceBaseType
- Returns:
- the value of the 'Type' attribute.
- See Also:
- AbstractReferenceBaseType.isSetType(),- AbstractReferenceBaseType.unsetType(),- AbstractReferenceBaseType.setType(String),- Ows11Package.getAbstractReferenceBaseType_Type()
 
 - 
setTypepublic void setType(String newType) - Specified by:
- setTypein interface- AbstractReferenceBaseType
- Parameters:
- newType- the new value of the 'Type' attribute.
- See Also:
- AbstractReferenceBaseType.isSetType(),- AbstractReferenceBaseType.unsetType(),- AbstractReferenceBaseType.getType()
 
 - 
unsetTypepublic void unsetType() - Specified by:
- unsetTypein interface- AbstractReferenceBaseType
- See Also:
- AbstractReferenceBaseType.isSetType(),- AbstractReferenceBaseType.getType(),- AbstractReferenceBaseType.setType(String)
 
 - 
isSetTypepublic boolean isSetType() - Specified by:
- isSetTypein interface- AbstractReferenceBaseType
- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
- AbstractReferenceBaseType.unsetType(),- AbstractReferenceBaseType.getType(),- AbstractReferenceBaseType.setType(String)
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-