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
IfsException
public IfsDetermineFormatContext(LibrarySession session, String name) throws IfsException
session
- LibrarySession.name
- Document name.IfsException
- - If operation fails.public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface DetermineFormatContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface DetermineFormatContext
IfsException
public String getName() throws IfsException
getName
in interface DetermineFormatContext
IfsException
public void setName(String name) throws IfsException
setName
in interface DetermineFormatContext
IfsException
public Format getFormat() throws IfsException
getFormat
in interface DetermineFormatContext
IfsException
public void setFormat(Format ff) throws IfsException
setFormat
in interface DetermineFormatContext
IfsException
Copyright © 2023. All rights reserved.