org.xfp
Class AttributeDefinition

java.lang.Object
  extended byorg.xfp.AttributeDefinition

public class AttributeDefinition
extends java.lang.Object

Attribute definition.

Version:
$Id: AttributeDefinition.java,v 1.1 2004/03/19 15:56:42 flaviotordini Exp $
Author:
Flavio Tordini

Constructor Summary
AttributeDefinition(java.lang.String name, java.lang.Class type, java.util.Properties properties)
          Sole constructor.
 
Method Summary
 java.lang.String getName()
           
 org.apache.avalon.framework.parameters.Parameters getParameters()
           
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDefinition

public AttributeDefinition(java.lang.String name,
                           java.lang.Class type,
                           java.util.Properties properties)
                    throws java.lang.Exception
Sole constructor.

Parameters:
name - Attribute name
type - Attribute class
properties - Parameterization data
Method Detail

getName

public java.lang.String getName()
Returns:
The attribute name.

getParameters

public org.apache.avalon.framework.parameters.Parameters getParameters()
Returns:
The attribute parameters.

getType

public java.lang.Class getType()
Returns:
The attribute type.


Copyright © 2003-2004 XFP Team. All Rights Reserved.