Uses of Class
com.aparapi.ProfileInfo.TYPE
-
Packages that use ProfileInfo.TYPE Package Description com.aparapi -
-
Uses of ProfileInfo.TYPE in com.aparapi
Fields in com.aparapi declared as ProfileInfo.TYPE Modifier and Type Field Description private ProfileInfo.TYPE
ProfileInfo. type
Methods in com.aparapi that return ProfileInfo.TYPE Modifier and Type Method Description ProfileInfo.TYPE
ProfileInfo. getType()
static ProfileInfo.TYPE
ProfileInfo.TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProfileInfo.TYPE[]
ProfileInfo.TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-