Public Member Functions | Static Public Attributes | Protected Member Functions

de.softpro.doc.SignDocProperty Class Reference

Class representing one property without value. More...

List of all members.

Public Member Functions

synchronized String getName () throws SignDocException
 Get the name of the property.
synchronized int getType () throws SignDocException
 Get the type of the property.

Static Public Attributes

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

Protected Member Functions

void finalize () throws Throwable
 Finalize this object.

Detailed Description

Class representing one property without value.


Member Function Documentation

void de.softpro.doc.SignDocProperty.finalize (  ) throws Throwable [protected]

Finalize this object.

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

synchronized String de.softpro.doc.SignDocProperty.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 de.softpro.doc.SignDocProperty.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

Property type: boolean.

Property type: integer.

Property type: string.


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