org.apache.agila.model
Class Binding

java.lang.Object
  extended by org.apache.agila.model.Binding

public class Binding
extends java.lang.Object

Represents a binding element :

Version:
$Id: $
Author:
Geir Magnusson Jr.

Field Summary
static int EL
           
static int STATIC
           
 
Constructor Summary
Binding(java.lang.String name, java.lang.String value, int type, boolean input, boolean output)
           
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 java.lang.String getValue()
           
 boolean isInput()
           
 boolean isOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATIC

public static final int STATIC
See Also:
Constant Field Values

EL

public static final int EL
See Also:
Constant Field Values
Constructor Detail

Binding

public Binding(java.lang.String name,
               java.lang.String value,
               int type,
               boolean input,
               boolean output)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

getValue

public java.lang.String getValue()

isInput

public boolean isInput()

isOutput

public boolean isOutput()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.