|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.Pmfm.Factory
public static final class Pmfm.Factory
Constructs new instances of Pmfm
.
Constructor Summary | |
---|---|
Pmfm.Factory()
|
Method Summary | |
---|---|
static Pmfm |
newInstance()
Constructs a new instance of Pmfm . |
static Pmfm |
newInstance(java.util.Date creationDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
Status status,
AggregationLevel aggregationLevel)
Constructs a new instance of Pmfm , taking all required and/or
read-only properties as arguments. |
static Pmfm |
newInstance(java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
Constructs a new instance of Pmfm , taking all possible properties
(except the identifier(s))as arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pmfm.Factory()
Method Detail |
---|
public static Pmfm newInstance()
Pmfm
.
public static Pmfm newInstance(java.util.Date creationDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, Status status, AggregationLevel aggregationLevel)
Pmfm
, taking all required and/or
read-only properties as arguments.
public static Pmfm newInstance(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
Pmfm
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |