|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PIMWriter
Interface for the PIMWriter object.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the writer. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns the properties of the writer. |
java.io.Writer |
getWriter()
Returns an instance of java.io.Writer. |
void |
setName(java.lang.String name)
Sets the name of the writer. |
void |
setProperty(java.lang.String propertyName,
java.lang.String propertyValue)
Sets the property of the writer. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.String> getProperties()
PIMInternalException
- If an internal exception occurs.void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
propertyName
- Name of the property.propertyValue
- Value of the property.
PIMInternalException
- If an internal exception occurs.
PIMAuthorizationException
- Reserved for future use
java.lang.IllegalArgumentException
- If the arguments are null or an empty stringjava.lang.String getName()
PIMInternalException
- If an internal exception occurs.void setName(java.lang.String name)
name
- name of the writer.
PIMInternalException
- If an internal exception occurs.
PIMAuthorizationException
- Reserved for future use
java.lang.IllegalArgumentException
- If the name is null or an empty stringjava.io.Writer getWriter()
PIMInternalException
- If an internal exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |