Package com.scriptel.proscript
Class ResourceInfo
- java.lang.Object
-
- com.scriptel.proscript.ResourceInfo
-
public class ResourceInfo extends java.lang.ObjectThis class represents information about a resource stored in the device.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumber()Gets the Resource number.intgetSize()Gets the size of Resource.intgetType()Gets the type of Resource.
-
-
-
Field Detail
-
TEXT
public static final int TEXT
This resource is a text resource.- See Also:
- Constant Field Values
-
GRAPHIC
public static final int GRAPHIC
This resource is a graphic resource.- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
This resource is invalid.- See Also:
- Constant Field Values
-
-