public static final class ParameterGroup.Factory extends Object
ParameterGroup
.Constructor and Description |
---|
ParameterGroup.Factory() |
Modifier and Type | Method and Description |
---|---|
static ParameterGroup |
newInstance()
Constructs a new instance of
ParameterGroup . |
static ParameterGroup |
newInstance(String name,
String description,
String comments,
Timestamp updateDate,
ParameterGroup parentParameterGroup,
Collection<ParameterGroup> childParameterGroups,
Status status)
Constructs a new instance of
ParameterGroup , taking all possible properties
(except the identifier(s))as arguments. |
static ParameterGroup |
newInstance(String name,
Timestamp updateDate,
Status status)
Constructs a new instance of
ParameterGroup , taking all required and/or
read-only properties as arguments, except for identifiers. |
public ParameterGroup.Factory()
public static ParameterGroup newInstance()
ParameterGroup
.public static ParameterGroup newInstance(String name, Timestamp updateDate, Status status)
ParameterGroup
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- StringupdateDate
- Timestampstatus
- Statuspublic static ParameterGroup newInstance(String name, String description, String comments, Timestamp updateDate, ParameterGroup parentParameterGroup, Collection<ParameterGroup> childParameterGroups, Status status)
ParameterGroup
, taking all possible properties
(except the identifier(s))as arguments.name
- Stringdescription
- Stringcomments
- StringupdateDate
- TimestampparentParameterGroup
- ParameterGroupchildParameterGroups
- Collectionstatus
- StatusCopyright © 2012–2014 IFREMER. All rights reserved.