public class FloatPropertyElement extends Element
Modifier and Type | Field and Description |
---|---|
int |
id
A numeric value that can be used to identify the property type as an alternative to the name.
|
java.lang.String |
name
A text description of property type.
|
java.lang.String |
qname
A qualified name to distinguish properties whose names collide.
|
TargetOption |
target
A generated attribute that indicates the class of this property within the Secure Target options.
|
double |
value
The value of the property.
|
Constructor and Description |
---|
FloatPropertyElement() |
Modifier and Type | Method and Description |
---|---|
void |
toSaxStart(org.xml.sax.ContentHandler ch) |
getDescription, getName, toSaxEnd
public int id
public java.lang.String name
public double 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 Element
org.xml.sax.SAXException
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.