@Entity public class InstanceNumberAttribute extends InstanceAttribute
Modifier and Type | Field and Description |
---|---|
private float |
numberValue |
name
Constructor and Description |
---|
InstanceNumberAttribute() |
InstanceNumberAttribute(String pName,
float pValue) |
Modifier and Type | Method and Description |
---|---|
float |
getNumberValue() |
Float |
getValue() |
void |
setNumberValue(float numberValue) |
boolean |
setValue(Object pValue) |
clone, equals, getId, getName, hashCode, isValueEquals, setId, setName, toString
public InstanceNumberAttribute()
public InstanceNumberAttribute(String pName, float pValue)
public Float getValue()
getValue
in class InstanceAttribute
public float getNumberValue()
public void setNumberValue(float numberValue)
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
Copyright © 2013 OW2 Consortium. All Rights Reserved.