Uses of Class
org.eclipse.tycho.core.ee.shared.SystemCapability.Type
-
Packages that use SystemCapability.Type Package Description org.eclipse.tycho.core.ee.shared -
-
Uses of SystemCapability.Type in org.eclipse.tycho.core.ee.shared
Fields in org.eclipse.tycho.core.ee.shared declared as SystemCapability.Type Modifier and Type Field Description private SystemCapability.Type
SystemCapability. type
Methods in org.eclipse.tycho.core.ee.shared that return SystemCapability.Type Modifier and Type Method Description SystemCapability.Type
SystemCapability. getType()
static SystemCapability.Type
SystemCapability.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SystemCapability.Type[]
SystemCapability.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.tycho.core.ee.shared with parameters of type SystemCapability.Type Constructor Description SystemCapability(SystemCapability.Type type, java.lang.String name, java.lang.String version)
-