|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueDouble
AzAttributeValueDouble contains a Java Double object that may
be used to generate the XACML #double DataType.
Basically, the xs:double data type:
http://www.w3.org/TR/xmlschema-2/#doubleis a double precision floating point number. Therefore, Java Double is the corresponding class best matching this requirement.
Method Summary | |
---|---|
java.lang.Double |
getValue()
Return the Java Double object that is used by this AzAttributeValueDouble object to represent the XACML #double DataType |
void |
setValue(java.lang.Double dDouble)
Set the value of this AzAttributeValueDouble object with a Java Double object that can generate the string that can be used for the value of a XACML #double DataType. |
java.lang.String |
toXacmlString()
Return the Java Double that can be used as the XACML #double DataType representation of the Java Double object contained in this AzAttributeValueDouble object. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(java.lang.Double dDouble)
setValue
in interface AzAttributeValue<AzDataTypeIdDouble,java.lang.Double>
dDouble
- that can be used to generate XACML #double DataTypejava.lang.Double getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdDouble,java.lang.Double>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdDouble,java.lang.Double>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |