Package | Description |
---|---|
org.eclipse.emf.ecp.view.spi.label.model | |
org.eclipse.emf.ecp.view.spi.label.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<VLabelStyle> |
VLabelStyle.VALUES
A public read-only list of all the 'VLabel Style' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static VLabelStyle |
VLabelStyle.get(int value)
Returns the 'VLabel Style' literal with the specified integer value.
|
static VLabelStyle |
VLabelStyle.get(String literal)
Returns the 'VLabel Style' literal with the specified literal value.
|
static VLabelStyle |
VLabelStyle.getByName(String name)
Returns the 'VLabel Style' literal with the specified name.
|
VLabelStyle |
VLabel.getStyle()
Returns the value of the 'Style' attribute.
|
static VLabelStyle |
VLabelStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VLabelStyle[] |
VLabelStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VLabel.setStyle(VLabelStyle value)
Sets the value of the '
Style '
attribute. |
Modifier and Type | Field and Description |
---|---|
protected VLabelStyle |
VLabelImpl.style
The cached value of the '
Style ' attribute. |
protected static VLabelStyle |
VLabelImpl.STYLE_EDEFAULT
The default value of the '
Style ' attribute. |
Modifier and Type | Method and Description |
---|---|
VLabelStyle |
VLabelFactoryImpl.createVLabelStyleFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
VLabelStyle |
VLabelImpl.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
VLabelImpl.setStyle(VLabelStyle newStyle) |
Copyright © 2019. All rights reserved.