|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.QualitativeValue.Factory
public static final class QualitativeValue.Factory
Constructs new instances of QualitativeValue
.
Constructor Summary | |
---|---|
QualitativeValue.Factory()
|
Method Summary | |
---|---|
static QualitativeValue |
newInstance()
Constructs a new instance of QualitativeValue . |
static QualitativeValue |
newInstance(java.lang.String name,
Parameter parameter,
Status status)
Constructs a new instance of QualitativeValue , taking all required and/or
read-only properties as arguments. |
static QualitativeValue |
newInstance(java.lang.String name,
java.lang.String description,
Parameter parameter,
Status status)
Constructs a new instance of QualitativeValue , 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 QualitativeValue.Factory()
Method Detail |
---|
public static QualitativeValue newInstance()
QualitativeValue
.
public static QualitativeValue newInstance(java.lang.String name, Parameter parameter, Status status)
QualitativeValue
, taking all required and/or
read-only properties as arguments.
public static QualitativeValue newInstance(java.lang.String name, java.lang.String description, Parameter parameter, Status status)
QualitativeValue
, 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 |