org.eclipse.gmt.umlx.tx.editor.icons
Enum TxEditorIcons
java.lang.Object
java.lang.Enum<TxEditorIcons>
org.eclipse.gmt.umlx.tx.editor.icons.TxEditorIcons
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TxEditorIcons>
public enum TxEditorIcons
- extends java.lang.Enum<TxEditorIcons>
TxEditorIcons is a type-safe enumeration of the same-named GIF files in the
same folder as this enumeration.
Method Summary |
static TxEditorIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TxEditorIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CreateUAttributeVariable
public static final TxEditorIcons CreateUAttributeVariable
CreateUAttributeVariable2UExpressionVariable
public static final TxEditorIcons CreateUAttributeVariable2UExpressionVariable
CreateUBinding
public static final TxEditorIcons CreateUBinding
CreateUClassVariable
public static final TxEditorIcons CreateUClassVariable
CreateUClassVariable2UAttributeVariable
public static final TxEditorIcons CreateUClassVariable2UAttributeVariable
CreateUClassVariable2UClassVariable
public static final TxEditorIcons CreateUClassVariable2UClassVariable
CreateUDomain
public static final TxEditorIcons CreateUDomain
CreateUDomain2EPackage
public static final TxEditorIcons CreateUDomain2EPackage
CreateUDomain2UTypedModel
public static final TxEditorIcons CreateUDomain2UTypedModel
CreateUDomain2UVariable
public static final TxEditorIcons CreateUDomain2UVariable
CreateUEvolution
public static final TxEditorIcons CreateUEvolution
CreateUExpressionVariable
public static final TxEditorIcons CreateUExpressionVariable
CreateUHelper
public static final TxEditorIcons CreateUHelper
CreateUMapping2UDomain
public static final TxEditorIcons CreateUMapping2UDomain
CreateUOCLConstraint
public static final TxEditorIcons CreateUOCLConstraint
CreateUParameter
public static final TxEditorIcons CreateUParameter
CreateUPreservation
public static final TxEditorIcons CreateUPreservation
CreateURelation
public static final TxEditorIcons CreateURelation
CreateUTransformation
public static final TxEditorIcons CreateUTransformation
CreateUTransformation2UTransformation
public static final TxEditorIcons CreateUTransformation2UTransformation
CreateUTransformation2UTypedModel
public static final TxEditorIcons CreateUTransformation2UTypedModel
CreateUTypedModel
public static final TxEditorIcons CreateUTypedModel
CreateUTypedModel2EPackage
public static final TxEditorIcons CreateUTypedModel2EPackage
CreateUTypedModel2UTypedModel
public static final TxEditorIcons CreateUTypedModel2UTypedModel
EReference
public static final TxEditorIcons EReference
ExpressionLetter
public static final TxEditorIcons ExpressionLetter
OCLExpression
public static final TxEditorIcons OCLExpression
UAttributeVariable
public static final TxEditorIcons UAttributeVariable
UAttributeVariable2UExpressionVariable
public static final TxEditorIcons UAttributeVariable2UExpressionVariable
UBinding
public static final TxEditorIcons UBinding
UClassVariable
public static final TxEditorIcons UClassVariable
UClassVariable2UAttributeVariable
public static final TxEditorIcons UClassVariable2UAttributeVariable
UClassVariable2UClassVariable
public static final TxEditorIcons UClassVariable2UClassVariable
UDomain
public static final TxEditorIcons UDomain
UDomain2EPackage
public static final TxEditorIcons UDomain2EPackage
UDomain2UTypedModel
public static final TxEditorIcons UDomain2UTypedModel
UDomain2UVariable
public static final TxEditorIcons UDomain2UVariable
UExpressionVariable
public static final TxEditorIcons UExpressionVariable
UEvolution
public static final TxEditorIcons UEvolution
UHelper
public static final TxEditorIcons UHelper
UMapping2UDomain
public static final TxEditorIcons UMapping2UDomain
UOCLConstraint
public static final TxEditorIcons UOCLConstraint
UParameter
public static final TxEditorIcons UParameter
UPreservation
public static final TxEditorIcons UPreservation
URelation
public static final TxEditorIcons URelation
UResult
public static final TxEditorIcons UResult
USelfParameter
public static final TxEditorIcons USelfParameter
UTransformation
public static final TxEditorIcons UTransformation
UTransformation2UTransformation
public static final TxEditorIcons UTransformation2UTransformation
UTransformation2UTypedModel
public static final TxEditorIcons UTransformation2UTypedModel
UTypedModel
public static final TxEditorIcons UTypedModel
UTypedModel2EPackage
public static final TxEditorIcons UTypedModel2EPackage
UTypedModel2UTypedModel
public static final TxEditorIcons UTypedModel2UTypedModel
TxContextSheet
public static final TxEditorIcons TxContextSheet
TxRuleSheet
public static final TxEditorIcons TxRuleSheet
values
public static final TxEditorIcons[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(TxEditorIcons c : TxEditorIcons.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static TxEditorIcons valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name