| Package | Description |
|---|---|
| org.jabylon.properties | |
| org.jabylon.properties.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<DiffKind> |
DiffKind.VALUES
A public read-only list of all the 'Diff Kind' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static DiffKind |
DiffKind.get(int value)
Returns the 'Diff Kind' literal with the specified integer value
|
static DiffKind |
DiffKind.get(String literal)
Returns the 'Diff Kind' literal with the specified literal value
|
static DiffKind |
DiffKind.getByName(String name)
Returns the 'Diff Kind' literal with the specified name
|
DiffKind |
PropertyFileDiff.getKind()
Returns the value of the 'Kind' attribute.
|
static DiffKind |
DiffKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffKind[] |
DiffKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFileDiff.setKind(DiffKind value)
Sets the value of the '
Kind' attribute |
| Modifier and Type | Field and Description |
|---|---|
protected static DiffKind |
PropertyFileDiffImpl.KIND_EDEFAULT
The default value of the '
Kind' attribute |
| Modifier and Type | Method and Description |
|---|---|
DiffKind |
PropertiesFactoryImpl.createDiffKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
DiffKind |
PropertyFileDiffImpl.getKind() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFileDiffImpl.setKind(DiffKind newKind) |
Copyright © 2013–2014 Jabylon. All rights reserved.