Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Method and Description |
---|---|
static PersonId |
PersonId.fromString(String name)
Retrieves an instance of PersonId from
its name . |
static PersonId |
PersonId.fromValue(Integer value)
Returns an instance of PersonId from Integer
value . |
static PersonId |
PersonId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonId[] |
PersonId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2014 IFREMER. All rights reserved.