org.apache.agila.model
Class Binding
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
EL
public static final int EL
- See Also:
- Constant Field Values
Binding
public Binding(java.lang.String name,
java.lang.String value,
int type,
boolean input,
boolean output)
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.