Operation |
Details |
public getCreators():java.util.List |
Sequential |
public getDescription():String |
Sequential Notes: | set description (optional) | |
public getFileFormats():java.util.List |
Sequential Notes: | Delivers the list of file formats. | |
public getFormatType():FormatType |
Sequential Notes: | Delivers the type of this export format. | |
public getId():String |
Sequential Notes: | Delivers the id of this export format. | |
public getName():String |
Sequential Notes: | Delivers the name of this export format. | |
public getSelectedContentType():String |
Sequential Notes: | Gets the mime type accordingthe selected file format. | |
public getSelectedFileFormat():FileFormatVO |
Sequential Notes: | Delivers the name of the selected file format. | |
public setCreators( java.util.List creators):void |
Sequential |
public setDescription( String description):void |
Sequential Notes: | get description (optional) | |
public setFormatType( FormatType newVal):void |
Sequential Notes: | Sets the type of this export format. | |
public setId( String id):void |
Sequential Notes: | Sets the id of this export format. | |
public setName( String newVal):void |
Sequential Notes: | Sets the name of this export format. | |
public setSelectedFileFormat( FileFormatVO newVal):void |
Sequential Notes: | Sets the name of the selected file format. | |
public const toString():String |
Sequential Notes: | Returns the String representation of this object. | |