Uses of Class
org.faktorips.devtools.abstraction.AResource.AResourceType
-
Packages that use AResource.AResourceType 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.org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of AResource.AResourceType in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AResource.AResourceType Modifier and Type Method Description AResource.AResourceTypeAResource. getType()A resource type can be used instead of checking forinstanceofwith concrete implementations.static AResource.AResourceTypeAResource.AResourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AResource.AResourceType[]AResource.AResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AResource.AResourceType in org.faktorips.devtools.abstraction.eclipse.internal
Methods in org.faktorips.devtools.abstraction.eclipse.internal that return AResource.AResourceType Modifier and Type Method Description AResource.AResourceTypeEclipseResource. getType() -
Uses of AResource.AResourceType in org.faktorips.devtools.abstraction.plainjava.internal
Methods in org.faktorips.devtools.abstraction.plainjava.internal that return AResource.AResourceType Modifier and Type Method Description AResource.AResourceTypePlainJavaFile. getType()AResource.AResourceTypePlainJavaFolder. getType()AResource.AResourceTypePlainJavaProject. getType()AResource.AResourceTypePlainJavaWorkspaceRoot. getType()
-