Uses of Class
no.difi.begrep.DifiStatus

Packages that use DifiStatus
no.difi.begrep   
 

Uses of DifiStatus in no.difi.begrep
 

Fields in no.difi.begrep declared as DifiStatus
protected  DifiStatus DifiPerson.status
           
 

Methods in no.difi.begrep that return DifiStatus
static DifiStatus DifiStatus.fromValue(String v)
           
 DifiStatus DifiPerson.getStatus()
          Gets the value of the status property.
static DifiStatus DifiStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DifiStatus[] DifiStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in no.difi.begrep with parameters of type DifiStatus
 void DifiPerson.setStatus(DifiStatus value)
          Sets the value of the status property.
 DifiPerson DifiPerson.withStatus(DifiStatus value)
           
 

Constructors in no.difi.begrep with parameters of type DifiStatus
DifiPerson(String personidentifikator, DifiReservasjon reservasjon, DifiStatus status, String beskrivelse, DifiKontaktinformasjon kontaktinformasjon, DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse, String x509Certificate)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.