|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionSequenceResource
The ActionResource interface represents one resource in an ActionSequence. Resources are elements in a solution that exist outside of the action sequence document, such as images, icons, additional definition documents, etc.
Field Summary | |
---|---|
static int |
FILE_RESOURCE
The resource is an arbitrary file |
static int |
SOLUTION_FILE_RESOURCE
The Resource is a solution file |
static int |
STRING
The resource type is an embedded string |
static int |
UNKNOWN_RESOURCE
The resource type is unknown |
static int |
URL_RESOURCE
The resource is a URL |
static int |
XML
The resource type is embedded xml |
Method Summary | |
---|---|
String |
getAddress()
Depending on the resource source type, returns the address to the resource as a path or a URL. |
String |
getMimeType()
Returns the mime type of the resource. |
String |
getName()
Return the xml node name of the resource |
int |
getSourceType()
Get the type of external resource that this ActionResource is derived from. |
Field Detail |
---|
static final int SOLUTION_FILE_RESOURCE
static final int URL_RESOURCE
static final int FILE_RESOURCE
static final int UNKNOWN_RESOURCE
static final int STRING
static final int XML
Method Detail |
---|
String getName()
String getMimeType()
int getSourceType()
Valid source types are SOLUTION_FILE_RESOURCE, URL_RESOURCE, FILE_RESOURCE and UNKNOWN_RESOURCE
String getAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |