Uses of Class
org.uitnet.testing.smartfwk.local_machine.ResourceType
-
Packages that use ResourceType Package Description org.uitnet.testing.smartfwk.local_machine -
-
Uses of ResourceType in org.uitnet.testing.smartfwk.local_machine
Methods in org.uitnet.testing.smartfwk.local_machine that return ResourceType Modifier and Type Method Description ResourceTypeResourceInfo. getType()static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.local_machine with parameters of type ResourceType Modifier and Type Method Description voidResourceInfo. setType(ResourceType type)Constructors in org.uitnet.testing.smartfwk.local_machine with parameters of type ResourceType Constructor Description ResourceInfo(String name, ResourceType type)
-