|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSResource
Generic interface for working with libraries, objects and members. Provides basic methods for accessing name, type and subtype.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
boolean |
exists()
Test if the remote resource exists |
String |
getAbsoluteName()
Get the absolute name (includes type) for the resource |
Date |
getDateCreated()
Returns the date the resource was created. |
Date |
getDateModified()
Returns the date the resource was last modified. |
String |
getDescription()
Return the description of the resource |
String |
getFullName()
Get the fully qualified name for the resource (does not include type) |
String |
getLibrary()
Return the library the resource is contained in |
String |
getName()
Return the name of the resource |
IQSYSResource |
getParent()
Return the parent of this object |
long |
getSize()
Returns the size of the resource. |
String |
getSubType()
Return the subtype of the resource |
String |
getType()
Return the type of the resource |
void |
setDescription(String text)
Sets the description of the resource |
void |
setLibrary(String name)
Set the library the resource is contained in |
void |
setName(String name)
Set the name of the resource. |
void |
setSubType(String subtype)
Return the subtype of the resource |
void |
setType(String type)
Sets the type of the resource |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getName()
void setName(String name)
String getType()
Date getDateCreated()
Date getDateModified()
long getSize()
void setType(String type)
String getSubType()
void setSubType(String subtype)
String getLibrary()
void setLibrary(String name)
String getDescription()
void setDescription(String text)
boolean exists() throws SystemMessageException, InterruptedException
SystemMessageException
InterruptedException
String getFullName()
String getAbsoluteName()
IQSYSResource getParent() throws SystemMessageException, InterruptedException
SystemMessageException
InterruptedException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |