fr.ifremer.allegro.referential.pmfm
Class QualitativeValue.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.QualitativeValue.Factory
Enclosing class:
QualitativeValue

public static final class QualitativeValue.Factory
extends java.lang.Object

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

QualitativeValue.Factory

public QualitativeValue.Factory()
Method Detail

newInstance

public static QualitativeValue newInstance()
Constructs a new instance of QualitativeValue.


newInstance

public 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.


newInstance

public 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.



Copyright © 2008-2010 IFREMER. All Rights Reserved.