Package net.opengis.gml311.impl
Class LabelStylePropertyTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- LabelStylePropertyTypeImpl
-
- All Implemented Interfaces:
LabelStylePropertyType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
public class LabelStylePropertyTypeImpl extends MinimalEObjectImpl.Container implements LabelStylePropertyType
An implementation of the model object 'Label Style Property Type'.The following features are implemented:
-
-
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 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 LabelStyleType
labelStyle
The cached value of the 'Label Style
' containment reference.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
LabelStylePropertyTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetLabelStyle(LabelStyleType newLabelStyle, 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)
String
getAbout()
ActuateType
getActuate()
String
getArcrole()
String
getHref()
LabelStyleType
getLabelStyle()
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
setLabelStyle(LabelStyleType newLabelStyle)
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
-
labelStyle
protected LabelStyleType labelStyle
The cached value of the 'Label Style
' containment reference.- See Also:
getLabelStyle()
-
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
-
getLabelStyle
public LabelStyleType getLabelStyle()
- Specified by:
getLabelStyle
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Label Style' containment reference.
- See Also:
LabelStylePropertyType.setLabelStyle(LabelStyleType)
,Gml311Package.getLabelStylePropertyType_LabelStyle()
-
basicSetLabelStyle
public NotificationChain basicSetLabelStyle(LabelStyleType newLabelStyle, NotificationChain msgs)
-
setLabelStyle
public void setLabelStyle(LabelStyleType newLabelStyle)
- Specified by:
setLabelStyle
in interfaceLabelStylePropertyType
- Parameters:
newLabelStyle
- the new value of the 'Label Style' containment reference.- See Also:
LabelStylePropertyType.getLabelStyle()
-
getAbout
public String getAbout()
- Specified by:
getAbout
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'About' attribute.
- See Also:
LabelStylePropertyType.setAbout(String)
,Gml311Package.getLabelStylePropertyType_About()
-
setAbout
public void setAbout(String newAbout)
- Specified by:
setAbout
in interfaceLabelStylePropertyType
- Parameters:
newAbout
- the new value of the 'About' attribute.- See Also:
LabelStylePropertyType.getAbout()
-
getActuate
public ActuateType getActuate()
- Specified by:
getActuate
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType
,LabelStylePropertyType.isSetActuate()
,LabelStylePropertyType.unsetActuate()
,LabelStylePropertyType.setActuate(ActuateType)
,Gml311Package.getLabelStylePropertyType_Actuate()
-
setActuate
public void setActuate(ActuateType newActuate)
- Specified by:
setActuate
in interfaceLabelStylePropertyType
- Parameters:
newActuate
- the new value of the 'Actuate' attribute.- See Also:
ActuateType
,LabelStylePropertyType.isSetActuate()
,LabelStylePropertyType.unsetActuate()
,LabelStylePropertyType.getActuate()
-
unsetActuate
public void unsetActuate()
- Specified by:
unsetActuate
in interfaceLabelStylePropertyType
- See Also:
LabelStylePropertyType.isSetActuate()
,LabelStylePropertyType.getActuate()
,LabelStylePropertyType.setActuate(ActuateType)
-
isSetActuate
public boolean isSetActuate()
- Specified by:
isSetActuate
in interfaceLabelStylePropertyType
- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
LabelStylePropertyType.unsetActuate()
,LabelStylePropertyType.getActuate()
,LabelStylePropertyType.setActuate(ActuateType)
-
getArcrole
public String getArcrole()
- Specified by:
getArcrole
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
LabelStylePropertyType.setArcrole(String)
,Gml311Package.getLabelStylePropertyType_Arcrole()
-
setArcrole
public void setArcrole(String newArcrole)
- Specified by:
setArcrole
in interfaceLabelStylePropertyType
- Parameters:
newArcrole
- the new value of the 'Arcrole' attribute.- See Also:
LabelStylePropertyType.getArcrole()
-
getHref
public String getHref()
- Specified by:
getHref
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Href' attribute.
- See Also:
LabelStylePropertyType.setHref(String)
,Gml311Package.getLabelStylePropertyType_Href()
-
setHref
public void setHref(String newHref)
- Specified by:
setHref
in interfaceLabelStylePropertyType
- Parameters:
newHref
- the new value of the 'Href' attribute.- See Also:
LabelStylePropertyType.getHref()
-
getRemoteSchema
public String getRemoteSchema()
- Specified by:
getRemoteSchema
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
LabelStylePropertyType.setRemoteSchema(String)
,Gml311Package.getLabelStylePropertyType_RemoteSchema()
-
setRemoteSchema
public void setRemoteSchema(String newRemoteSchema)
- Specified by:
setRemoteSchema
in interfaceLabelStylePropertyType
- Parameters:
newRemoteSchema
- the new value of the 'Remote Schema' attribute.- See Also:
LabelStylePropertyType.getRemoteSchema()
-
getRole
public String getRole()
- Specified by:
getRole
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Role' attribute.
- See Also:
LabelStylePropertyType.setRole(String)
,Gml311Package.getLabelStylePropertyType_Role()
-
setRole
public void setRole(String newRole)
- Specified by:
setRole
in interfaceLabelStylePropertyType
- Parameters:
newRole
- the new value of the 'Role' attribute.- See Also:
LabelStylePropertyType.getRole()
-
getShow
public ShowType getShow()
- Specified by:
getShow
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType
,LabelStylePropertyType.isSetShow()
,LabelStylePropertyType.unsetShow()
,LabelStylePropertyType.setShow(ShowType)
,Gml311Package.getLabelStylePropertyType_Show()
-
setShow
public void setShow(ShowType newShow)
- Specified by:
setShow
in interfaceLabelStylePropertyType
- Parameters:
newShow
- the new value of the 'Show' attribute.- See Also:
ShowType
,LabelStylePropertyType.isSetShow()
,LabelStylePropertyType.unsetShow()
,LabelStylePropertyType.getShow()
-
unsetShow
public void unsetShow()
- Specified by:
unsetShow
in interfaceLabelStylePropertyType
- See Also:
LabelStylePropertyType.isSetShow()
,LabelStylePropertyType.getShow()
,LabelStylePropertyType.setShow(ShowType)
-
isSetShow
public boolean isSetShow()
- Specified by:
isSetShow
in interfaceLabelStylePropertyType
- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
LabelStylePropertyType.unsetShow()
,LabelStylePropertyType.getShow()
,LabelStylePropertyType.setShow(ShowType)
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Title' attribute.
- See Also:
LabelStylePropertyType.setTitle(String)
,Gml311Package.getLabelStylePropertyType_Title()
-
setTitle
public void setTitle(String newTitle)
- Specified by:
setTitle
in interfaceLabelStylePropertyType
- Parameters:
newTitle
- the new value of the 'Title' attribute.- See Also:
LabelStylePropertyType.getTitle()
-
getType
public TypeType getType()
- Specified by:
getType
in interfaceLabelStylePropertyType
- Returns:
- the value of the 'Type' attribute.
- See Also:
TypeType
,LabelStylePropertyType.isSetType()
,LabelStylePropertyType.unsetType()
,LabelStylePropertyType.setType(TypeType)
,Gml311Package.getLabelStylePropertyType_Type()
-
setType
public void setType(TypeType newType)
- Specified by:
setType
in interfaceLabelStylePropertyType
- Parameters:
newType
- the new value of the 'Type' attribute.- See Also:
TypeType
,LabelStylePropertyType.isSetType()
,LabelStylePropertyType.unsetType()
,LabelStylePropertyType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetType
in interfaceLabelStylePropertyType
- See Also:
LabelStylePropertyType.isSetType()
,LabelStylePropertyType.getType()
,LabelStylePropertyType.setType(TypeType)
-
isSetType
public boolean isSetType()
- Specified by:
isSetType
in interfaceLabelStylePropertyType
- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
LabelStylePropertyType.unsetType()
,LabelStylePropertyType.getType()
,LabelStylePropertyType.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
-
-