public class InputFile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InputFile.TypeEnum
Gets or Sets type
|
Constructor and Description |
---|
InputFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPassword()
Get or sets password to open document.
|
InputFile.TypeEnum |
getType()
Get type
|
int |
hashCode() |
InputFile |
password(String password) |
void |
setPassword(String password) |
void |
setType(InputFile.TypeEnum type) |
String |
toString() |
InputFile |
type(InputFile.TypeEnum type) |
public String getPassword()
public void setPassword(String password)
public InputFile type(InputFile.TypeEnum type)
public InputFile.TypeEnum getType()
public void setType(InputFile.TypeEnum type)
Copyright © 2021. All rights reserved.