Package net.opengis.wfs20.impl
Class MemberPropertyTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- MemberPropertyTypeImpl
-
- All Implemented Interfaces:
MemberPropertyType
,Notifier
,EObject
,InternalEObject
public class MemberPropertyTypeImpl extends EObjectImpl implements MemberPropertyType
-
-
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 ActuateType
actuate
The cached value of the 'Actuate
' attribute.protected static ActuateType
ACTUATE_EDEFAULT
The default value of the 'Actuate
' attribute.protected boolean
actuateESet
This is true if the Actuate attribute has been set.protected String
arcrole
The cached value of the 'Arcrole
' attribute.protected static String
ARCROLE_EDEFAULT
The default value of the 'Arcrole
' attribute.protected String
href
The cached value of the 'Href
' attribute.protected static String
HREF_EDEFAULT
The default value of the 'Href
' attribute.protected FeatureMap
mixed
The cached value of the 'Mixed
' attribute list.protected String
role
The cached value of the 'Role
' attribute.protected static String
ROLE_EDEFAULT
The default value of the 'Role
' attribute.protected ShowType
show
The cached value of the 'Show
' attribute.protected static ShowType
SHOW_EDEFAULT
The default value of the 'Show
' attribute.protected boolean
showESet
This is true if the Show attribute has been set.protected Object
state
The cached value of the 'State
' attribute.protected static Object
STATE_EDEFAULT
The default value of the 'State
' attribute.protected String
title
The cached value of the 'Title
' attribute.protected static String
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
MemberPropertyTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)
NotificationChain
basicSetTuple(TupleType newTuple, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
ActuateType
getActuate()
FeatureMap
getAny()
String
getArcrole()
String
getHref()
FeatureMap
getMixed()
String
getRole()
ShowType
getShow()
SimpleFeatureCollectionType
getSimpleFeatureCollection()
FeatureMap
getSimpleFeatureCollectionGroup()
Object
getState()
String
getTitle()
TupleType
getTuple()
String
getType()
boolean
isSetActuate()
boolean
isSetShow()
boolean
isSetType()
void
setActuate(ActuateType newActuate)
void
setArcrole(String newArcrole)
void
setHref(String newHref)
void
setRole(String newRole)
void
setShow(ShowType newShow)
void
setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection)
void
setState(Object newState)
void
setTitle(String newTitle)
void
setTuple(TupleType newTuple)
void
setType(String newType)
String
toString()
void
unsetActuate()
void
unsetShow()
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, 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
-
mixed
protected FeatureMap mixed
The cached value of the 'Mixed
' attribute list.- See Also:
getMixed()
-
ACTUATE_EDEFAULT
protected static final ActuateType ACTUATE_EDEFAULT
The default value of the 'Actuate
' attribute.- See Also:
getActuate()
-
actuate
protected ActuateType actuate
The cached value of the 'Actuate
' attribute.- See Also:
getActuate()
-
actuateESet
protected boolean actuateESet
This is true if the Actuate attribute has been set.
-
ARCROLE_EDEFAULT
protected static final String ARCROLE_EDEFAULT
The default value of the 'Arcrole
' attribute.- See Also:
getArcrole()
-
arcrole
protected String arcrole
The cached value of the 'Arcrole
' attribute.- See Also:
getArcrole()
-
HREF_EDEFAULT
protected static final String HREF_EDEFAULT
The default value of the 'Href
' attribute.- See Also:
getHref()
-
ROLE_EDEFAULT
protected static final String ROLE_EDEFAULT
The default value of the 'Role
' attribute.- See Also:
getRole()
-
SHOW_EDEFAULT
protected static final ShowType SHOW_EDEFAULT
The default value of the 'Show
' attribute.- See Also:
getShow()
-
showESet
protected boolean showESet
This is true if the Show attribute has been set.
-
STATE_EDEFAULT
protected static final Object STATE_EDEFAULT
The default value of the 'State
' attribute.- See Also:
getState()
-
state
protected Object state
The cached value of the 'State
' attribute.- See Also:
getState()
-
TITLE_EDEFAULT
protected static final String TITLE_EDEFAULT
The default value of the 'Title
' attribute.- See Also:
getTitle()
-
title
protected String 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
-
getMixed
public FeatureMap getMixed()
- Specified by:
getMixed
in interfaceMemberPropertyType
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Wfs20Package.getMemberPropertyType_Mixed()
-
getAny
public FeatureMap getAny()
- Specified by:
getAny
in interfaceMemberPropertyType
- Returns:
- the value of the 'Any' attribute list.
- See Also:
Wfs20Package.getMemberPropertyType_Any()
-
getTuple
public TupleType getTuple()
- Specified by:
getTuple
in interfaceMemberPropertyType
- Returns:
- the value of the 'Tuple' containment reference.
- See Also:
MemberPropertyType.setTuple(TupleType)
,Wfs20Package.getMemberPropertyType_Tuple()
-
basicSetTuple
public NotificationChain basicSetTuple(TupleType newTuple, NotificationChain msgs)
-
setTuple
public void setTuple(TupleType newTuple)
- Specified by:
setTuple
in interfaceMemberPropertyType
- Parameters:
newTuple
- the new value of the 'Tuple' containment reference.- See Also:
MemberPropertyType.getTuple()
-
getSimpleFeatureCollectionGroup
public FeatureMap getSimpleFeatureCollectionGroup()
- Specified by:
getSimpleFeatureCollectionGroup
in interfaceMemberPropertyType
- Returns:
- the value of the 'Simple Feature Collection Group' attribute list.
- See Also:
Wfs20Package.getMemberPropertyType_SimpleFeatureCollectionGroup()
-
getSimpleFeatureCollection
public SimpleFeatureCollectionType getSimpleFeatureCollection()
- Specified by:
getSimpleFeatureCollection
in interfaceMemberPropertyType
- Returns:
- the value of the 'Simple Feature Collection' containment reference.
- See Also:
MemberPropertyType.setSimpleFeatureCollection(SimpleFeatureCollectionType)
,Wfs20Package.getMemberPropertyType_SimpleFeatureCollection()
-
basicSetSimpleFeatureCollection
public NotificationChain basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)
-
setSimpleFeatureCollection
public void setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection)
- Specified by:
setSimpleFeatureCollection
in interfaceMemberPropertyType
- Parameters:
newSimpleFeatureCollection
- the new value of the 'Simple Feature Collection' containment reference.- See Also:
MemberPropertyType.getSimpleFeatureCollection()
-
getActuate
public ActuateType getActuate()
- Specified by:
getActuate
in interfaceMemberPropertyType
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType
,MemberPropertyType.isSetActuate()
,MemberPropertyType.unsetActuate()
,MemberPropertyType.setActuate(ActuateType)
,Wfs20Package.getMemberPropertyType_Actuate()
-
setActuate
public void setActuate(ActuateType newActuate)
- Specified by:
setActuate
in interfaceMemberPropertyType
- Parameters:
newActuate
- the new value of the 'Actuate' attribute.- See Also:
ActuateType
,MemberPropertyType.isSetActuate()
,MemberPropertyType.unsetActuate()
,MemberPropertyType.getActuate()
-
unsetActuate
public void unsetActuate()
- Specified by:
unsetActuate
in interfaceMemberPropertyType
- See Also:
MemberPropertyType.isSetActuate()
,MemberPropertyType.getActuate()
,MemberPropertyType.setActuate(ActuateType)
-
isSetActuate
public boolean isSetActuate()
- Specified by:
isSetActuate
in interfaceMemberPropertyType
- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
MemberPropertyType.unsetActuate()
,MemberPropertyType.getActuate()
,MemberPropertyType.setActuate(ActuateType)
-
getArcrole
public String getArcrole()
- Specified by:
getArcrole
in interfaceMemberPropertyType
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
MemberPropertyType.setArcrole(String)
,Wfs20Package.getMemberPropertyType_Arcrole()
-
setArcrole
public void setArcrole(String newArcrole)
- Specified by:
setArcrole
in interfaceMemberPropertyType
- Parameters:
newArcrole
- the new value of the 'Arcrole' attribute.- See Also:
MemberPropertyType.getArcrole()
-
getHref
public String getHref()
- Specified by:
getHref
in interfaceMemberPropertyType
- Returns:
- the value of the 'Href' attribute.
- See Also:
MemberPropertyType.setHref(String)
,Wfs20Package.getMemberPropertyType_Href()
-
setHref
public void setHref(String newHref)
- Specified by:
setHref
in interfaceMemberPropertyType
- Parameters:
newHref
- the new value of the 'Href' attribute.- See Also:
MemberPropertyType.getHref()
-
getRole
public String getRole()
- Specified by:
getRole
in interfaceMemberPropertyType
- Returns:
- the value of the 'Role' attribute.
- See Also:
MemberPropertyType.setRole(String)
,Wfs20Package.getMemberPropertyType_Role()
-
setRole
public void setRole(String newRole)
- Specified by:
setRole
in interfaceMemberPropertyType
- Parameters:
newRole
- the new value of the 'Role' attribute.- See Also:
MemberPropertyType.getRole()
-
getShow
public ShowType getShow()
- Specified by:
getShow
in interfaceMemberPropertyType
- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType
,MemberPropertyType.isSetShow()
,MemberPropertyType.unsetShow()
,MemberPropertyType.setShow(ShowType)
,Wfs20Package.getMemberPropertyType_Show()
-
setShow
public void setShow(ShowType newShow)
- Specified by:
setShow
in interfaceMemberPropertyType
- Parameters:
newShow
- the new value of the 'Show' attribute.- See Also:
ShowType
,MemberPropertyType.isSetShow()
,MemberPropertyType.unsetShow()
,MemberPropertyType.getShow()
-
unsetShow
public void unsetShow()
- Specified by:
unsetShow
in interfaceMemberPropertyType
- See Also:
MemberPropertyType.isSetShow()
,MemberPropertyType.getShow()
,MemberPropertyType.setShow(ShowType)
-
isSetShow
public boolean isSetShow()
- Specified by:
isSetShow
in interfaceMemberPropertyType
- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
MemberPropertyType.unsetShow()
,MemberPropertyType.getShow()
,MemberPropertyType.setShow(ShowType)
-
getState
public Object getState()
- Specified by:
getState
in interfaceMemberPropertyType
- Returns:
- the value of the 'State' attribute.
- See Also:
MemberPropertyType.setState(Object)
,Wfs20Package.getMemberPropertyType_State()
-
setState
public void setState(Object newState)
- Specified by:
setState
in interfaceMemberPropertyType
- Parameters:
newState
- the new value of the 'State' attribute.- See Also:
MemberPropertyType.getState()
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceMemberPropertyType
- Returns:
- the value of the 'Title' attribute.
- See Also:
MemberPropertyType.setTitle(String)
,Wfs20Package.getMemberPropertyType_Title()
-
setTitle
public void setTitle(String newTitle)
- Specified by:
setTitle
in interfaceMemberPropertyType
- Parameters:
newTitle
- the new value of the 'Title' attribute.- See Also:
MemberPropertyType.getTitle()
-
getType
public String getType()
- Specified by:
getType
in interfaceMemberPropertyType
- Returns:
- the value of the 'Type' attribute.
- See Also:
MemberPropertyType.isSetType()
,MemberPropertyType.unsetType()
,MemberPropertyType.setType(String)
,Wfs20Package.getMemberPropertyType_Type()
-
setType
public void setType(String newType)
- Specified by:
setType
in interfaceMemberPropertyType
- Parameters:
newType
- the new value of the 'Type' attribute.- See Also:
MemberPropertyType.isSetType()
,MemberPropertyType.unsetType()
,MemberPropertyType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetType
in interfaceMemberPropertyType
- See Also:
MemberPropertyType.isSetType()
,MemberPropertyType.getType()
,MemberPropertyType.setType(String)
-
isSetType
public boolean isSetType()
- Specified by:
isSetType
in interfaceMemberPropertyType
- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
MemberPropertyType.unsetType()
,MemberPropertyType.getType()
,MemberPropertyType.setType(String)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
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
-
-