Uses of Class
org.eclipse.tycho.model.FeatureRef.InstallMode
-
Packages that use FeatureRef.InstallMode Package Description org.eclipse.tycho.model -
-
Uses of FeatureRef.InstallMode in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return FeatureRef.InstallMode Modifier and Type Method Description FeatureRef.InstallMode
FeatureRef. getInstallMode()
static FeatureRef.InstallMode
FeatureRef.InstallMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureRef.InstallMode[]
FeatureRef.InstallMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-