SignDoc SDK (Java)  5.0.0
SignDocProperty Class Reference

Class representing one property without value. More...

Inheritance diagram for SignDocProperty:

Public Member Functions

synchronized String getName () throws SignDocException
 Get the name of the property. More...
 
synchronized int getType () throws SignDocException
 Get the type of the property. More...
 
synchronized void close ()
 Destroy the underlying native object (for java.lang.AutoCloseable). More...
 

Static Public Attributes

static final int t_boolean = 1
 Property type: boolean. More...
 
static final int t_integer = 2
 Property type: integer. More...
 
static final int t_string = 4
 Property type: string. More...
 

Protected Member Functions

void finalize () throws Throwable
 Finalize this object. More...
 

Detailed Description

Class representing one property without value.

Member Function Documentation

synchronized void close ( )

Destroy the underlying native object (for java.lang.AutoCloseable).

After calling this method, all methods but close() will throw SignDocUnexpectedErrorException.

void finalize ( ) throws Throwable
protected

Finalize this object.

Do not call this method unless you know what you are doing.

synchronized String getName ( ) throws SignDocException

Get the name of the property.

Property names are compared under Unicode simple case folding, that is, lower case and upper case is not distinguished.

Returns
The name of the property.
synchronized int getType ( ) throws SignDocException

Get the type of the property.

Returns
The type of the property.
See also
t_string, t_integer, t_boolean

Member Data Documentation

final int t_boolean = 1
static

Property type: boolean.

final int t_integer = 2
static

Property type: integer.

final int t_string = 4
static

Property type: string.


The documentation for this class was generated from the following file: