biz.c24.io.api.data.swift
Class QualifierUsageEnum

java.lang.Object
  extended by biz.c24.io.api.data.swift.QualifierUsageEnum
All Implemented Interfaces:
Serializable

public class QualifierUsageEnum
extends Object
implements Serializable

An enumeration of possible SWIFT qualifier usages.

See Also:
Serialized Form

Field Summary
static QualifierUsageEnum MANDATORY
          Specifies the usage of the qualifier is mandatory.
static QualifierUsageEnum OPTIONAL
          Specifies the usage of the qualifier is optional.
static QualifierUsageEnum OR
          Specifies the usage of the qualifier is part of a mutually exclusive group, where exactly ONE must appear.
 
Method Summary
static QualifierUsageEnum[] getEnumArray()
          Returns an array containing the members of this enumeration.
static QualifierUsageEnum getEnumValue(String name)
          Returns the enumeration value called name.
 String getName()
          Returns the name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MANDATORY

public static final QualifierUsageEnum MANDATORY
Specifies the usage of the qualifier is mandatory.


OPTIONAL

public static final QualifierUsageEnum OPTIONAL
Specifies the usage of the qualifier is optional.


OR

public static final QualifierUsageEnum OR
Specifies the usage of the qualifier is part of a mutually exclusive group, where exactly ONE must appear.

Method Detail

getName

public String getName()
Returns the name.

Returns:
The name.

toString

public String toString()
Overrides:
toString in class Object

getEnumArray

public static QualifierUsageEnum[] getEnumArray()
Returns an array containing the members of this enumeration.

Returns:
The enumeration as an array.

getEnumValue

public static QualifierUsageEnum getEnumValue(String name)
Returns the enumeration value called name.

Parameters:
name - The name of the enumeration value to return.
Returns:
The enumeration value or null if none was found.


C24 Technologies © 2002-2012: All Rights Reserved.