Uses of Class
org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaKind
-
Packages that use AResourceDelta.AResourceDeltaKind Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations. -
-
Uses of AResourceDelta.AResourceDeltaKind in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AResourceDelta.AResourceDeltaKind Modifier and Type Method Description AResourceDelta.AResourceDeltaKindAResourceDelta. getKind()Returns the kind of change this delta represents.static AResourceDelta.AResourceDeltaKindAResourceDelta.AResourceDeltaKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AResourceDelta.AResourceDeltaKind[]AResourceDelta.AResourceDeltaKind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AResourceDelta.AResourceDeltaKind in org.faktorips.devtools.abstraction.eclipse.internal
Methods in org.faktorips.devtools.abstraction.eclipse.internal that return AResourceDelta.AResourceDeltaKind Modifier and Type Method Description AResourceDelta.AResourceDeltaKindEclipseResourceDelta. getKind()
-