public interface VTReferenceStyleProperty extends VTStyleProperty
The following features are supported:
VTReferencePackage.getReferenceStyleProperty()
Modifier and Type | Method and Description |
---|---|
boolean |
isShowCreateAndLinkButtonForCrossReferences()
Returns the value of the 'Show Create And Link Button For Cross References' attribute.
|
boolean |
isShowLinkButtonForContainmentReferences()
Returns the value of the 'Show Link Button For Containment References' attribute.
|
void |
setShowCreateAndLinkButtonForCrossReferences(boolean value)
Sets the value of the
'
Show Create And Link Button For Cross References ' attribute. |
void |
setShowLinkButtonForContainmentReferences(boolean value)
Sets the value of the
'
Show Link Button For Containment References ' attribute. |
equalStyles
boolean isShowCreateAndLinkButtonForCrossReferences()
"true"
.
If the meaning of the 'Show Create And Link Button For Cross References' attribute isn't clear, there really should be more of a description here...
setShowCreateAndLinkButtonForCrossReferences(boolean)
,
VTReferencePackage.getReferenceStyleProperty_ShowCreateAndLinkButtonForCrossReferences()
void setShowCreateAndLinkButtonForCrossReferences(boolean value)
Show Create And Link Button For Cross References
' attribute.
value
- the new value of the 'Show Create And Link Button For Cross References' attribute.isShowCreateAndLinkButtonForCrossReferences()
boolean isShowLinkButtonForContainmentReferences()
"true"
.
setShowLinkButtonForContainmentReferences(boolean)
,
VTReferencePackage.getReferenceStyleProperty_ShowLinkButtonForContainmentReferences()
void setShowLinkButtonForContainmentReferences(boolean value)
Show Link Button For Containment References
' attribute.
value
- the new value of the 'Show Link Button For Containment References' attribute.isShowLinkButtonForContainmentReferences()
Copyright © 2019. All rights reserved.