com.bankframe.fe.statemachine.ext.apps
Class Inputs.InputSourceDescriptor

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.apps.Inputs.InputSourceDescriptor
Enclosing class:
Inputs

public static class Inputs.InputSourceDescriptor
extends java.lang.Object


Method Summary
 java.lang.String getDescription()
          Returns the description.
 int getValue()
          Returns the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
String

getValue

public int getValue()
Returns the value.

Returns:
int

toString

public java.lang.String toString()


Copyright © 2005, 2007, Oracle. All rights reserved.