MetadataOptions

Inheritance: java.lang.Object

public class MetadataOptions

Represents the options of loading metadata of the file.

Constructors

ConstructorDescription
MetadataOptions(int metadataType)Creates an options of loading the metadata.

Methods

MethodDescription
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:

ParameterTypeDescription
metadataTypeintMetadataType. The type of metadata.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

setPassword(String value)

public void setPassword(String value)

Represents Workbook file encryption password.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int