MetadataOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class MetadataOptions
Represents the options of loading metadata of the file.
Constructors
| Constructor | Description |
|---|---|
| MetadataOptions(int metadataType) | Creates an options of loading the metadata. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getKeyLength() | The key length. |
| getMetadataType() | Gets the type of the metadata which is loading. |
| getPassword() | Represents Workbook file encryption password. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setKeyLength(int value) | The key length. |
| setPassword(String value) | Represents Workbook file encryption password. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
MetadataOptions(int metadataType)
public MetadataOptions(int metadataType)
Creates an options of loading the metadata.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| metadataType | int | MetadataType. The type of metadata. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getKeyLength()
public int getKeyLength()
The key length.
Returns: int
getMetadataType()
public int getMetadataType()
Gets the type of the metadata which is loading.
See MetadataType.
Returns: int
getPassword()
public String getPassword()
Represents Workbook file encryption password.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setKeyLength(int value)
public void setKeyLength(int value)
The key length.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setPassword(String value)
public void setPassword(String value)
Represents Workbook file encryption password.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |