Uses of Class
no.difi.begrep.sdp.schema_v10.SDPFeiltype

Packages that use SDPFeiltype
no.difi.begrep.sdp.schema_v10   
 

Uses of SDPFeiltype in no.difi.begrep.sdp.schema_v10
 

Fields in no.difi.begrep.sdp.schema_v10 declared as SDPFeiltype
protected  SDPFeiltype SDPFeil.feiltype
           
 

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

Methods in no.difi.begrep.sdp.schema_v10 with parameters of type SDPFeiltype
 void SDPFeil.setFeiltype(SDPFeiltype value)
          Sets the value of the feiltype property.
 SDPFeil SDPFeil.withFeiltype(SDPFeiltype value)
           
 

Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type SDPFeiltype
SDPFeil(Signature signature, org.joda.time.DateTime tidspunkt, SDPFeiltype feiltype, String detaljer)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.