Package | Description |
---|---|
org.eclipse.emf.ecp.view.template.style.unsettable.model | |
org.eclipse.emf.ecp.view.template.style.unsettable.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<ButtonAlignmentType> |
ButtonAlignmentType.VALUES
A public read-only list of all the 'Button Alignment Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ButtonAlignmentType |
ButtonAlignmentType.get(int value)
Returns the 'Button Alignment Type' literal with the specified integer value.
|
static ButtonAlignmentType |
ButtonAlignmentType.get(String literal)
Returns the 'Button Alignment Type' literal with the specified literal value.
|
ButtonAlignmentType |
VTUnsettableStyleProperty.getButtonAlignment()
Returns the value of the 'Button Alignment' attribute.
|
static ButtonAlignmentType |
ButtonAlignmentType.getByName(String name)
Returns the 'Button Alignment Type' literal with the specified name.
|
static ButtonAlignmentType |
ButtonAlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonAlignmentType[] |
ButtonAlignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VTUnsettableStyleProperty.setButtonAlignment(ButtonAlignmentType value)
Sets the value of the
'
Button Alignment ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static ButtonAlignmentType |
VTUnsettableStylePropertyImpl.BUTTON_ALIGNMENT_EDEFAULT
The default value of the '
Button Alignment ' attribute. |
protected ButtonAlignmentType |
VTUnsettableStylePropertyImpl.buttonAlignment
The cached value of the '
Button Alignment ' attribute. |
Modifier and Type | Method and Description |
---|---|
ButtonAlignmentType |
VTUnsettableFactoryImpl.createButtonAlignmentTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ButtonAlignmentType |
VTUnsettableStylePropertyImpl.getButtonAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
VTUnsettableStylePropertyImpl.setButtonAlignment(ButtonAlignmentType newButtonAlignment) |
Copyright © 2019. All rights reserved.