de.schlund.pfixcore.example.bank
Class StatusCodeLib

java.lang.Object
  extended by de.schlund.pfixcore.example.bank.StatusCodeLib

public class StatusCodeLib
extends Object


Field Summary
static URI[] __URI
           
static StatusCode ILLEGAL_LOGIN
           
 
Constructor Summary
StatusCodeLib()
           
 
Method Summary
static StatusCode getStatusCodeByName(String name)
           
static StatusCode getStatusCodeByName(String name, boolean optional)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__URI

public static final URI[] __URI

ILLEGAL_LOGIN

public static final StatusCode ILLEGAL_LOGIN
Constructor Detail

StatusCodeLib

public StatusCodeLib()
Method Detail

getStatusCodeByName

public static StatusCode getStatusCodeByName(String name)
                                      throws StatusCodeException
Throws:
StatusCodeException

getStatusCodeByName

public static StatusCode getStatusCodeByName(String name,
                                             boolean optional)
                                      throws StatusCodeException
Throws:
StatusCodeException


Copyright © 2011 United Internet. All Rights Reserved.