org.eclipse.emf.ecp.view.template.style.validation.model.impl
Class VTValidationStylePropertyImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecp.view.template.style.validation.model.impl.VTValidationStylePropertyImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, VTStyleProperty, VTValidationStyleProperty

public class VTValidationStylePropertyImpl
extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
implements VTValidationStyleProperty

An implementation of the model object 'Style Property'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 boolean equalStyles(VTStyleProperty styleProperty)
          Compare this VTStyleProperty with another.
 void eSet(int featureID, Object newValue)
           
 void eUnset(int featureID)
           
 String getCancelColorHEX()
           
 String getCancelImageURL()
           
 String getCancelOverlayURL()
           
 String getErrorColorHEX()
           
 String getErrorImageURL()
           
 String getErrorOverlayURL()
           
 String getInfoColorHEX()
           
 String getInfoImageURL()
           
 String getInfoOverlayURL()
           
 String getOkColorHEX()
           
 String getOkImageURL()
           
 String getOkOverlayURL()
           
 String getWarningColorHEX()
           
 String getWarningImageURL()
           
 String getWarningOverlayURL()
           
 void setCancelColorHEX(String newCancelColorHEX)
           
 void setCancelImageURL(String newCancelImageURL)
           
 void setCancelOverlayURL(String newCancelOverlayURL)
           
 void setErrorColorHEX(String newErrorColorHEX)
           
 void setErrorImageURL(String newErrorImageURL)
           
 void setErrorOverlayURL(String newErrorOverlayURL)
           
 void setInfoColorHEX(String newInfoColorHEX)
           
 void setInfoImageURL(String newInfoImageURL)
           
 void setInfoOverlayURL(String newInfoOverlayURL)
           
 void setOkColorHEX(String newOkColorHEX)
           
 void setOkImageURL(String newOkImageURL)
           
 void setOkOverlayURL(String newOkOverlayURL)
           
 void setWarningColorHEX(String newWarningColorHEX)
           
 void setWarningImageURL(String newWarningImageURL)
           
 void setWarningOverlayURL(String newWarningOverlayURL)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getOkColorHEX

public String getOkColorHEX()

Specified by:
getOkColorHEX in interface VTValidationStyleProperty
Returns:
the value of the 'Ok Color HEX' attribute.
See Also:
VTValidationStyleProperty.setOkColorHEX(String), VTValidationPackage.getValidationStyleProperty_OkColorHEX()

setOkColorHEX

public void setOkColorHEX(String newOkColorHEX)

Specified by:
setOkColorHEX in interface VTValidationStyleProperty
Parameters:
newOkColorHEX - the new value of the 'Ok Color HEX' attribute.
See Also:
VTValidationStyleProperty.getOkColorHEX()

getOkImageURL

public String getOkImageURL()

Specified by:
getOkImageURL in interface VTValidationStyleProperty
Returns:
the value of the 'Ok Image URL' attribute.
See Also:
VTValidationStyleProperty.setOkImageURL(String), VTValidationPackage.getValidationStyleProperty_OkImageURL()

setOkImageURL

public void setOkImageURL(String newOkImageURL)

Specified by:
setOkImageURL in interface VTValidationStyleProperty
Parameters:
newOkImageURL - the new value of the 'Ok Image URL' attribute.
See Also:
VTValidationStyleProperty.getOkImageURL()

getOkOverlayURL

public String getOkOverlayURL()

Specified by:
getOkOverlayURL in interface VTValidationStyleProperty
Returns:
the value of the 'Ok Overlay URL' attribute.
See Also:
VTValidationStyleProperty.setOkOverlayURL(String), VTValidationPackage.getValidationStyleProperty_OkOverlayURL()

setOkOverlayURL

public void setOkOverlayURL(String newOkOverlayURL)

Specified by:
setOkOverlayURL in interface VTValidationStyleProperty
Parameters:
newOkOverlayURL - the new value of the 'Ok Overlay URL' attribute.
See Also:
VTValidationStyleProperty.getOkOverlayURL()

getInfoColorHEX

public String getInfoColorHEX()

Specified by:
getInfoColorHEX in interface VTValidationStyleProperty
Returns:
the value of the 'Info Color HEX' attribute.
See Also:
VTValidationStyleProperty.setInfoColorHEX(String), VTValidationPackage.getValidationStyleProperty_InfoColorHEX()

setInfoColorHEX

public void setInfoColorHEX(String newInfoColorHEX)

Specified by:
setInfoColorHEX in interface VTValidationStyleProperty
Parameters:
newInfoColorHEX - the new value of the 'Info Color HEX' attribute.
See Also:
VTValidationStyleProperty.getInfoColorHEX()

getInfoImageURL

public String getInfoImageURL()

Specified by:
getInfoImageURL in interface VTValidationStyleProperty
Returns:
the value of the 'Info Image URL' attribute.
See Also:
VTValidationStyleProperty.setInfoImageURL(String), VTValidationPackage.getValidationStyleProperty_InfoImageURL()

setInfoImageURL

public void setInfoImageURL(String newInfoImageURL)

Specified by:
setInfoImageURL in interface VTValidationStyleProperty
Parameters:
newInfoImageURL - the new value of the 'Info Image URL' attribute.
See Also:
VTValidationStyleProperty.getInfoImageURL()

getInfoOverlayURL

public String getInfoOverlayURL()

Specified by:
getInfoOverlayURL in interface VTValidationStyleProperty
Returns:
the value of the 'Info Overlay URL' attribute.
See Also:
VTValidationStyleProperty.setInfoOverlayURL(String), VTValidationPackage.getValidationStyleProperty_InfoOverlayURL()

setInfoOverlayURL

public void setInfoOverlayURL(String newInfoOverlayURL)

Specified by:
setInfoOverlayURL in interface VTValidationStyleProperty
Parameters:
newInfoOverlayURL - the new value of the 'Info Overlay URL' attribute.
See Also:
VTValidationStyleProperty.getInfoOverlayURL()

getWarningColorHEX

public String getWarningColorHEX()

Specified by:
getWarningColorHEX in interface VTValidationStyleProperty
Returns:
the value of the 'Warning Color HEX' attribute.
See Also:
VTValidationStyleProperty.setWarningColorHEX(String), VTValidationPackage.getValidationStyleProperty_WarningColorHEX()

setWarningColorHEX

public void setWarningColorHEX(String newWarningColorHEX)

Specified by:
setWarningColorHEX in interface VTValidationStyleProperty
Parameters:
newWarningColorHEX - the new value of the 'Warning Color HEX' attribute.
See Also:
VTValidationStyleProperty.getWarningColorHEX()

getWarningImageURL

public String getWarningImageURL()

Specified by:
getWarningImageURL in interface VTValidationStyleProperty
Returns:
the value of the 'Warning Image URL' attribute.
See Also:
VTValidationStyleProperty.setWarningImageURL(String), VTValidationPackage.getValidationStyleProperty_WarningImageURL()

setWarningImageURL

public void setWarningImageURL(String newWarningImageURL)

Specified by:
setWarningImageURL in interface VTValidationStyleProperty
Parameters:
newWarningImageURL - the new value of the 'Warning Image URL' attribute.
See Also:
VTValidationStyleProperty.getWarningImageURL()

getWarningOverlayURL

public String getWarningOverlayURL()

Specified by:
getWarningOverlayURL in interface VTValidationStyleProperty
Returns:
the value of the 'Warning Overlay URL' attribute.
See Also:
VTValidationStyleProperty.setWarningOverlayURL(String), VTValidationPackage.getValidationStyleProperty_WarningOverlayURL()

setWarningOverlayURL

public void setWarningOverlayURL(String newWarningOverlayURL)

Specified by:
setWarningOverlayURL in interface VTValidationStyleProperty
Parameters:
newWarningOverlayURL - the new value of the 'Warning Overlay URL' attribute.
See Also:
VTValidationStyleProperty.getWarningOverlayURL()

getErrorColorHEX

public String getErrorColorHEX()

Specified by:
getErrorColorHEX in interface VTValidationStyleProperty
Returns:
the value of the 'Error Color HEX' attribute.
See Also:
VTValidationStyleProperty.setErrorColorHEX(String), VTValidationPackage.getValidationStyleProperty_ErrorColorHEX()

setErrorColorHEX

public void setErrorColorHEX(String newErrorColorHEX)

Specified by:
setErrorColorHEX in interface VTValidationStyleProperty
Parameters:
newErrorColorHEX - the new value of the 'Error Color HEX' attribute.
See Also:
VTValidationStyleProperty.getErrorColorHEX()

getErrorImageURL

public String getErrorImageURL()

Specified by:
getErrorImageURL in interface VTValidationStyleProperty
Returns:
the value of the 'Error Image URL' attribute.
See Also:
VTValidationStyleProperty.setErrorImageURL(String), VTValidationPackage.getValidationStyleProperty_ErrorImageURL()

setErrorImageURL

public void setErrorImageURL(String newErrorImageURL)

Specified by:
setErrorImageURL in interface VTValidationStyleProperty
Parameters:
newErrorImageURL - the new value of the 'Error Image URL' attribute.
See Also:
VTValidationStyleProperty.getErrorImageURL()

getErrorOverlayURL

public String getErrorOverlayURL()

Specified by:
getErrorOverlayURL in interface VTValidationStyleProperty
Returns:
the value of the 'Error Overlay URL' attribute.
See Also:
VTValidationStyleProperty.setErrorOverlayURL(String), VTValidationPackage.getValidationStyleProperty_ErrorOverlayURL()

setErrorOverlayURL

public void setErrorOverlayURL(String newErrorOverlayURL)

Specified by:
setErrorOverlayURL in interface VTValidationStyleProperty
Parameters:
newErrorOverlayURL - the new value of the 'Error Overlay URL' attribute.
See Also:
VTValidationStyleProperty.getErrorOverlayURL()

getCancelColorHEX

public String getCancelColorHEX()

Specified by:
getCancelColorHEX in interface VTValidationStyleProperty
Returns:
the value of the 'Cancel Color HEX' attribute.
See Also:
VTValidationStyleProperty.setCancelColorHEX(String), VTValidationPackage.getValidationStyleProperty_CancelColorHEX()

setCancelColorHEX

public void setCancelColorHEX(String newCancelColorHEX)

Specified by:
setCancelColorHEX in interface VTValidationStyleProperty
Parameters:
newCancelColorHEX - the new value of the 'Cancel Color HEX' attribute.
See Also:
VTValidationStyleProperty.getCancelColorHEX()

getCancelImageURL

public String getCancelImageURL()

Specified by:
getCancelImageURL in interface VTValidationStyleProperty
Returns:
the value of the 'Cancel Image URL' attribute.
See Also:
VTValidationStyleProperty.setCancelImageURL(String), VTValidationPackage.getValidationStyleProperty_CancelImageURL()

setCancelImageURL

public void setCancelImageURL(String newCancelImageURL)

Specified by:
setCancelImageURL in interface VTValidationStyleProperty
Parameters:
newCancelImageURL - the new value of the 'Cancel Image URL' attribute.
See Also:
VTValidationStyleProperty.getCancelImageURL()

getCancelOverlayURL

public String getCancelOverlayURL()

Specified by:
getCancelOverlayURL in interface VTValidationStyleProperty
Returns:
the value of the 'Cancel Overlay URL' attribute.
See Also:
VTValidationStyleProperty.setCancelOverlayURL(String), VTValidationPackage.getValidationStyleProperty_CancelOverlayURL()

setCancelOverlayURL

public void setCancelOverlayURL(String newCancelOverlayURL)

Specified by:
setCancelOverlayURL in interface VTValidationStyleProperty
Parameters:
newCancelOverlayURL - the new value of the 'Cancel Overlay URL' attribute.
See Also:
VTValidationStyleProperty.getCancelOverlayURL()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

equalStyles

public boolean equalStyles(VTStyleProperty styleProperty)
Compare this VTStyleProperty with another.

Specified by:
equalStyles in interface VTStyleProperty
Parameters:
styleProperty - the VTStyleProperty to compare to
Returns:
true if both properties are equal
See Also:
VTStyleProperty.equalStyles(org.eclipse.emf.ecp.view.template.model.VTStyleProperty)


Copyright © 2014. All Rights Reserved.