Package net.opengis.gml311.impl
Class MetaDataPropertyTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- MetaDataPropertyTypeImpl
-
- All Implemented Interfaces:
MetaDataPropertyType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
public class MetaDataPropertyTypeImpl extends MinimalEObjectImpl.Container implements MetaDataPropertyType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
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 String
about
The cached value of the 'About
' attribute.protected static String
ABOUT_EDEFAULT
The default value of the 'About
' attribute.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 FeatureMap
any
The cached value of the 'Any
' attribute list.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 static String
REMOTE_SCHEMA_EDEFAULT
The default value of the 'Remote Schema
' attribute.protected String
remoteSchema
The cached value of the 'Remote Schema
' attribute.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 String
title
The cached value of the 'Title
' attribute.protected static String
TITLE_EDEFAULT
The default value of the 'Title
' attribute.protected TypeType
type
The cached value of the 'Type
' attribute.protected static TypeType
TYPE_EDEFAULT
The default value of the 'Type
' attribute.protected boolean
typeESet
This is true if the Type attribute has been set.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MetaDataPropertyTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
String
getAbout()
ActuateType
getActuate()
FeatureMap
getAny()
String
getArcrole()
String
getHref()
String
getRemoteSchema()
String
getRole()
ShowType
getShow()
String
getTitle()
TypeType
getType()
boolean
isSetActuate()
boolean
isSetShow()
boolean
isSetType()
void
setAbout(String newAbout)
void
setActuate(ActuateType newActuate)
void
setArcrole(String newArcrole)
void
setHref(String newHref)
void
setRemoteSchema(String newRemoteSchema)
void
setRole(String newRole)
void
setShow(ShowType newShow)
void
setTitle(String newTitle)
void
setType(TypeType newType)
String
toString()
void
unsetActuate()
void
unsetShow()
void
unsetType()
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ABOUT_EDEFAULT
protected static final String ABOUT_EDEFAULT
The default value of the 'About
' attribute.- See Also:
getAbout()
-
about
protected String about
The cached value of the 'About
' attribute.- See Also:
getAbout()
-
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()
-
REMOTE_SCHEMA_EDEFAULT
protected static final String REMOTE_SCHEMA_EDEFAULT
The default value of the 'Remote Schema
' attribute.- See Also:
getRemoteSchema()
-
remoteSchema
protected String remoteSchema
The cached value of the 'Remote Schema
' attribute.- See Also:
getRemoteSchema()
-
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.
-
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 TypeType TYPE_EDEFAULT
The default value of the 'Type
' attribute.- See Also:
getType()
-
typeESet
protected boolean typeESet
This is true if the Type attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classBasicEObjectImpl
-
getAny
public FeatureMap getAny()
- Specified by:
getAny
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Any' attribute list.
- See Also:
Gml311Package.getMetaDataPropertyType_Any()
-
getAbout
public String getAbout()
- Specified by:
getAbout
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'About' attribute.
- See Also:
MetaDataPropertyType.setAbout(String)
,Gml311Package.getMetaDataPropertyType_About()
-
setAbout
public void setAbout(String newAbout)
- Specified by:
setAbout
in interfaceMetaDataPropertyType
- Parameters:
newAbout
- the new value of the 'About' attribute.- See Also:
MetaDataPropertyType.getAbout()
-
getActuate
public ActuateType getActuate()
- Specified by:
getActuate
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType
,MetaDataPropertyType.isSetActuate()
,MetaDataPropertyType.unsetActuate()
,MetaDataPropertyType.setActuate(ActuateType)
,Gml311Package.getMetaDataPropertyType_Actuate()
-
setActuate
public void setActuate(ActuateType newActuate)
- Specified by:
setActuate
in interfaceMetaDataPropertyType
- Parameters:
newActuate
- the new value of the 'Actuate' attribute.- See Also:
ActuateType
,MetaDataPropertyType.isSetActuate()
,MetaDataPropertyType.unsetActuate()
,MetaDataPropertyType.getActuate()
-
unsetActuate
public void unsetActuate()
- Specified by:
unsetActuate
in interfaceMetaDataPropertyType
- See Also:
MetaDataPropertyType.isSetActuate()
,MetaDataPropertyType.getActuate()
,MetaDataPropertyType.setActuate(ActuateType)
-
isSetActuate
public boolean isSetActuate()
- Specified by:
isSetActuate
in interfaceMetaDataPropertyType
- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
MetaDataPropertyType.unsetActuate()
,MetaDataPropertyType.getActuate()
,MetaDataPropertyType.setActuate(ActuateType)
-
getArcrole
public String getArcrole()
- Specified by:
getArcrole
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
MetaDataPropertyType.setArcrole(String)
,Gml311Package.getMetaDataPropertyType_Arcrole()
-
setArcrole
public void setArcrole(String newArcrole)
- Specified by:
setArcrole
in interfaceMetaDataPropertyType
- Parameters:
newArcrole
- the new value of the 'Arcrole' attribute.- See Also:
MetaDataPropertyType.getArcrole()
-
getHref
public String getHref()
- Specified by:
getHref
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Href' attribute.
- See Also:
MetaDataPropertyType.setHref(String)
,Gml311Package.getMetaDataPropertyType_Href()
-
setHref
public void setHref(String newHref)
- Specified by:
setHref
in interfaceMetaDataPropertyType
- Parameters:
newHref
- the new value of the 'Href' attribute.- See Also:
MetaDataPropertyType.getHref()
-
getRemoteSchema
public String getRemoteSchema()
- Specified by:
getRemoteSchema
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
MetaDataPropertyType.setRemoteSchema(String)
,Gml311Package.getMetaDataPropertyType_RemoteSchema()
-
setRemoteSchema
public void setRemoteSchema(String newRemoteSchema)
- Specified by:
setRemoteSchema
in interfaceMetaDataPropertyType
- Parameters:
newRemoteSchema
- the new value of the 'Remote Schema' attribute.- See Also:
MetaDataPropertyType.getRemoteSchema()
-
getRole
public String getRole()
- Specified by:
getRole
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Role' attribute.
- See Also:
MetaDataPropertyType.setRole(String)
,Gml311Package.getMetaDataPropertyType_Role()
-
setRole
public void setRole(String newRole)
- Specified by:
setRole
in interfaceMetaDataPropertyType
- Parameters:
newRole
- the new value of the 'Role' attribute.- See Also:
MetaDataPropertyType.getRole()
-
getShow
public ShowType getShow()
- Specified by:
getShow
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType
,MetaDataPropertyType.isSetShow()
,MetaDataPropertyType.unsetShow()
,MetaDataPropertyType.setShow(ShowType)
,Gml311Package.getMetaDataPropertyType_Show()
-
setShow
public void setShow(ShowType newShow)
- Specified by:
setShow
in interfaceMetaDataPropertyType
- Parameters:
newShow
- the new value of the 'Show' attribute.- See Also:
ShowType
,MetaDataPropertyType.isSetShow()
,MetaDataPropertyType.unsetShow()
,MetaDataPropertyType.getShow()
-
unsetShow
public void unsetShow()
- Specified by:
unsetShow
in interfaceMetaDataPropertyType
- See Also:
MetaDataPropertyType.isSetShow()
,MetaDataPropertyType.getShow()
,MetaDataPropertyType.setShow(ShowType)
-
isSetShow
public boolean isSetShow()
- Specified by:
isSetShow
in interfaceMetaDataPropertyType
- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
MetaDataPropertyType.unsetShow()
,MetaDataPropertyType.getShow()
,MetaDataPropertyType.setShow(ShowType)
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Title' attribute.
- See Also:
MetaDataPropertyType.setTitle(String)
,Gml311Package.getMetaDataPropertyType_Title()
-
setTitle
public void setTitle(String newTitle)
- Specified by:
setTitle
in interfaceMetaDataPropertyType
- Parameters:
newTitle
- the new value of the 'Title' attribute.- See Also:
MetaDataPropertyType.getTitle()
-
getType
public TypeType getType()
- Specified by:
getType
in interfaceMetaDataPropertyType
- Returns:
- the value of the 'Type' attribute.
- See Also:
TypeType
,MetaDataPropertyType.isSetType()
,MetaDataPropertyType.unsetType()
,MetaDataPropertyType.setType(TypeType)
,Gml311Package.getMetaDataPropertyType_Type()
-
setType
public void setType(TypeType newType)
- Specified by:
setType
in interfaceMetaDataPropertyType
- Parameters:
newType
- the new value of the 'Type' attribute.- See Also:
TypeType
,MetaDataPropertyType.isSetType()
,MetaDataPropertyType.unsetType()
,MetaDataPropertyType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetType
in interfaceMetaDataPropertyType
- See Also:
MetaDataPropertyType.isSetType()
,MetaDataPropertyType.getType()
,MetaDataPropertyType.setType(TypeType)
-
isSetType
public boolean isSetType()
- Specified by:
isSetType
in interfaceMetaDataPropertyType
- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
MetaDataPropertyType.unsetType()
,MetaDataPropertyType.getType()
,MetaDataPropertyType.setType(TypeType)
-
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
-
-