|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.swing.models.remotefileselector.ifileservice.IFileServiceFileMetadata
public class IFileServiceFileMetadata
IFileServiceFileMetadata defines a class that contains the file metadata returned through calls to the
IFileService class.
com.sas.swing.visuals.remotefileselector.RemoteFileMetadataInterface,
| Field Summary |
|---|
| Fields inherited from class com.sas.swing.models.remotefileselector.BaseRemoteFileMetadata |
|---|
drillable, icon, name, path |
| Constructor Summary | |
|---|---|
IFileServiceFileMetadata(java.lang.String name,
java.lang.String icon,
boolean drillable,
java.lang.String extension,
com.sas.iom.SAS.IFileServicePackage.TypeCategory category,
int size,
java.util.Date modtime,
java.lang.String engine)
Constructs an IFileServiceFileMetadata object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEngine()
Returns the SAS engine for SAS data sources. |
java.lang.String |
getExtension()
Returns the file extension. |
java.util.Date |
getModtime()
Returns the time of the last file modification. |
int |
getSize()
Returns the size of the file. |
com.sas.iom.SAS.IFileServicePackage.TypeCategory |
getTypeCategory()
Returns the file category type. |
| Methods inherited from class com.sas.swing.models.remotefileselector.BaseRemoteFileMetadata |
|---|
getIcon, getName, getPath, isDrillable, setDrillable, setIcon, setName, setPath, toString |
| Constructor Detail |
|---|
public IFileServiceFileMetadata(java.lang.String name,
java.lang.String icon,
boolean drillable,
java.lang.String extension,
com.sas.iom.SAS.IFileServicePackage.TypeCategory category,
int size,
java.util.Date modtime,
java.lang.String engine)
name - the file nameicon - the icon associated with the filedrillable - set to true, if the file is a directory and can be drilled down onextension - the file extensioncategory - the file TypeCategorysize - the size of the filemodtime - the time of last modificationengine - the SAS engine associated with SAS data sources| Method Detail |
|---|
public java.lang.String getExtension()
public com.sas.iom.SAS.IFileServicePackage.TypeCategory getTypeCategory()
public int getSize()
public java.util.Date getModtime()
public java.lang.String getEngine()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||