Uses of Class
org.jabylon.properties.DiffKind
-
Packages that use DiffKind Package Description org.jabylon.properties org.jabylon.properties.impl -
-
Uses of DiffKind in org.jabylon.properties
Fields in org.jabylon.properties with type parameters of type DiffKind Modifier and Type Field Description static List<DiffKind>DiffKind. VALUESA public read-only list of all the 'Diff Kind' enumerators.Methods in org.jabylon.properties that return DiffKind Modifier and Type Method Description static DiffKindDiffKind. get(int value)Returns the 'Diff Kind' literal with the specified integer value.static DiffKindDiffKind. get(String literal)Returns the 'Diff Kind' literal with the specified literal value.static DiffKindDiffKind. getByName(String name)Returns the 'Diff Kind' literal with the specified name.DiffKindPropertyFileDiff. getKind()Returns the value of the 'Kind' attribute.static DiffKindDiffKind. 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.Methods in org.jabylon.properties with parameters of type DiffKind Modifier and Type Method Description voidPropertyFileDiff. setKind(DiffKind value)Sets the value of the 'Kind' attribute. -
Uses of DiffKind in org.jabylon.properties.impl
Fields in org.jabylon.properties.impl declared as DiffKind Modifier and Type Field Description protected static DiffKindPropertyFileDiffImpl. KIND_EDEFAULTThe default value of the 'Kind' attribute.Methods in org.jabylon.properties.impl that return DiffKind Modifier and Type Method Description DiffKindPropertiesFactoryImpl. createDiffKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DiffKindPropertyFileDiffImpl. getKind()Methods in org.jabylon.properties.impl with parameters of type DiffKind Modifier and Type Method Description voidPropertyFileDiffImpl. setKind(DiffKind newKind)
-