Package science.aist.xes.model
Class AttributeFloatType
- java.lang.Object
-
- science.aist.xes.model.AttributableType
-
- science.aist.xes.model.AttributeType
-
- science.aist.xes.model.AttributeFloatType
-
public class AttributeFloatType extends AttributeType
Java class for AttributeFloatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeFloatType"> <complexContent> <extension base="{}AttributeType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected doublevalue-
Fields inherited from class science.aist.xes.model.AttributeType
key
-
Fields inherited from class science.aist.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeFloatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()Gets the value of the value property.voidsetValue(double value)Sets the value of the value property.-
Methods inherited from class science.aist.xes.model.AttributeType
getKey, setKey
-
Methods inherited from class science.aist.xes.model.AttributableType
getStringOrDateOrInt
-
-