Class representing one property without value. More...
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. | |
Class representing one property without value.
| 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.
| synchronized int de.softpro.doc.SignDocProperty.getType | ( | ) | throws SignDocException |
final int de.softpro.doc.SignDocProperty.t_boolean = 2 [static] |
Property type: boolean.
final int de.softpro.doc.SignDocProperty.t_integer = 1 [static] |
Property type: integer.
final int de.softpro.doc.SignDocProperty.t_string = 0 [static] |
Property type: string.
1.7.2