org.eclipse.emf.ecp.view.template.model
Interface VTStyleProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
VTAlignmentStyleProperty, VTBackgroundStyleProperty, VTFontPropertiesStyleProperty, VTMandatoryStyleProperty, VTTableValidationStyleProperty, VTTextControlEnablementStyleProperty, VTValidationStyleProperty
All Known Implementing Classes:
VTAlignmentStylePropertyImpl, VTBackgroundStylePropertyImpl, VTFontPropertiesStylePropertyImpl, VTMandatoryStylePropertyImpl, VTTableValidationStylePropertyImpl, VTTextControlEnablementStylePropertyImpl, VTValidationStylePropertyImpl

public interface VTStyleProperty
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Style Property'.

See Also:
VTTemplatePackage.getStyleProperty()

Method Summary
 boolean equalStyles(VTStyleProperty styleProperty)
          Compare this VTStyleProperty with another.
 
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
 

Method Detail

equalStyles

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

Parameters:
styleProperty - the VTStyleProperty to compare to
Returns:
true if both properties are equal


Copyright © 2015. All Rights Reserved.