public class StringPropertyElement extends Element
| Modifier and Type | Field and Description | 
|---|---|
| int | idA numeric value that can be used to identify the property type as an alternative to the name. | 
| java.lang.String | nameA text description of property type. | 
| java.lang.String | qnameA qualified name to distinguish properties whose names collide. | 
| TargetOption | targetA generated attribute that indicates the class of this property within the Secure Target options. | 
| java.lang.String | valueThe value of the property. | 
| Constructor and Description | 
|---|
| StringPropertyElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | toSaxStart(org.xml.sax.ContentHandler ch) | 
getDescription, getName, toSaxEndpublic int id
public java.lang.String name
public java.lang.String value
public TargetOption target
public java.lang.String qname
public void toSaxStart(org.xml.sax.ContentHandler ch)
                throws org.xml.sax.SAXException
toSaxStart in class Elementorg.xml.sax.SAXExceptionCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.