public class IfsDetermineFormatContext extends IfsCommandContext implements DetermineFormatContext
| Constructor and Description |
|---|
IfsDetermineFormatContext()
Deafult Constructor.
|
IfsDetermineFormatContext(LibrarySession session,
String name)
Constructor which sets up all the required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
Format |
getFormat()
Gets the returning format.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the document name.
|
void |
setFormat(Format ff)
Sets the returning format.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the document name.
|
public IfsDetermineFormatContext()
throws IfsException
IfsExceptionpublic IfsDetermineFormatContext(LibrarySession session, String name) throws IfsException
session - LibrarySession.name - Document name.IfsException - - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface DetermineFormatContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface DetermineFormatContextIfsExceptionpublic String getName() throws IfsException
getName in interface DetermineFormatContextIfsExceptionpublic void setName(String name) throws IfsException
setName in interface DetermineFormatContextIfsExceptionpublic Format getFormat() throws IfsException
getFormat in interface DetermineFormatContextIfsExceptionpublic void setFormat(Format ff) throws IfsException
setFormat in interface DetermineFormatContextIfsExceptionCopyright © 2025. All rights reserved.