public class PropertyElementEstimationCount extends PropertyElementBase
ResultSet
PropertyElementBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
propertyType
The Type of the Property this Property element produces
|
static int |
unspecified
Specifying that there is no SSID provided
|
Constructor and Description |
---|
PropertyElementEstimationCount()
Default contructor required by
PropertyElementBase |
PropertyElementEstimationCount(int min,
int max,
int estimation)
Initializes a new
PropertyElementEstimationCount |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(java.lang.String xml)
Method to be implemented that will handle the population of the custom Property element.
|
int |
getEstimation()
Retrieves the estimation
|
int |
getMax()
Retrieves the max estimation
|
int |
getMin()
Retrieves the min estimation
|
java.lang.String |
toXML()
Method to be implemented that will handle the serialization of the custom Property element.
|
getType, getType, RS_fromXML, RS_toXML, setType
public static java.lang.String propertyType
public static int unspecified
public PropertyElementEstimationCount()
PropertyElementBase
public PropertyElementEstimationCount(int min, int max, int estimation) throws java.lang.Exception
PropertyElementEstimationCount
min
- The min estimationmax
- The max estimationestimation
- The estimationjava.lang.Exception
- An unrecoverable for the operation error occuredpublic int getMin()
public int getMax()
public int getEstimation()
public java.lang.String toXML() throws java.lang.Exception
PropertyElementBase
PropertyElementBase.RS_toXML()
which then enriches the returned serialization
to produce a valid property xml stringtoXML
in class PropertyElementBase
java.lang.Exception
- An unrecoverable for the operation error occuredPropertyElementBase.toXML()
public void fromXML(java.lang.String xml) throws java.lang.Exception
PropertyElementBase
PropertyElementBase.RS_fromXML(String)
after it has striped the xml
serialization of the type propertyfromXML
in class PropertyElementBase
xml
- The serialized string to populate the insance fromjava.lang.Exception
- An unrecoverable for the operation error occuredPropertyElementBase.fromXML(java.lang.String)