public class RealType extends SimpleType
| Constructor and Description |
|---|
RealType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeclaredType() |
int |
getDerivative() |
String |
getDisplayUnit() |
double |
getMax() |
double |
getMin() |
double |
getNominal() |
String |
getQuantity() |
Double |
getStart() |
String |
getUnit() |
int |
hashCode() |
boolean |
isReinit() |
boolean |
isRelativeQuantity() |
boolean |
isUnbounded() |
getDescription, getName, getType, setDescription, setNamepublic static final String REAL_TYPE
public String getDeclaredType()
public String getQuantity()
public String getUnit()
public String getDisplayUnit()
public boolean isRelativeQuantity()
public double getMin()
public double getMax()
public double getNominal()
public boolean isUnbounded()
public Double getStart()
getStart in interface SimpleTypegetStart in class SimpleTypepublic int getDerivative()
public boolean isReinit()
Copyright © 2015. All rights reserved.