|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkLabelAlignment | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl |
Uses of LinkLabelAlignment in org.eclipse.gmf.codegen.gmfgen |
---|
Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type LinkLabelAlignment | |
---|---|
static List<LinkLabelAlignment> |
LinkLabelAlignment.VALUES
A public read-only list of all the 'Link Label Alignment' enumerators. |
Methods in org.eclipse.gmf.codegen.gmfgen that return LinkLabelAlignment | |
---|---|
static LinkLabelAlignment |
LinkLabelAlignment.get(int value)
Returns the 'Link Label Alignment' literal with the specified integer value. |
static LinkLabelAlignment |
LinkLabelAlignment.get(String literal)
Returns the 'Link Label Alignment' literal with the specified literal value. |
LinkLabelAlignment |
GenLinkLabel.getAlignment()
Returns the value of the 'Alignment' attribute. |
static LinkLabelAlignment |
LinkLabelAlignment.getByName(String name)
Returns the 'Link Label Alignment' literal with the specified name. |
static LinkLabelAlignment |
LinkLabelAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LinkLabelAlignment[] |
LinkLabelAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type LinkLabelAlignment | |
---|---|
void |
GenLinkLabel.setAlignment(LinkLabelAlignment value)
Sets the value of the ' Alignment ' attribute. |
Uses of LinkLabelAlignment in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as LinkLabelAlignment | |
---|---|
protected LinkLabelAlignment |
GenLinkLabelImpl.alignment
The cached value of the ' Alignment ' attribute. |
protected static LinkLabelAlignment |
GenLinkLabelImpl.ALIGNMENT_EDEFAULT
The default value of the ' Alignment ' attribute. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return LinkLabelAlignment | |
---|---|
LinkLabelAlignment |
GMFGenFactoryImpl.createLinkLabelAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
LinkLabelAlignment |
GenLinkLabelImpl.getAlignment()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type LinkLabelAlignment | |
---|---|
void |
GenLinkLabelImpl.setAlignment(LinkLabelAlignment newAlignment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |