org.norther.tammi.root.db.util
Class VariableConfiguration

java.lang.Object
  extended by org.norther.tammi.root.db.util.VariableConfiguration
All Implemented Interfaces:
Serializable

public class VariableConfiguration
extends Object
implements Serializable

A variable configuration applied during parsing of persistent repositories.

Version:
$Id: VariableConfiguration.java,v 1.2 2009/09/28 15:08:35 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
VariableConfiguration(String type)
          Constructs a new descriptor.
 
Method Summary
 Configuration getClassConfiguration()
          Gets the class configuration.
 OrderedMap<String,Configuration> getFieldConfigurations()
          Gets the field configurations.
 String getVariableType()
          Gets the variable type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableConfiguration

public VariableConfiguration(String type)
Constructs a new descriptor.

Parameters:
type - the variable type.
Method Detail

getVariableType

public String getVariableType()
Gets the variable type.

Returns:
the variable type.

getClassConfiguration

public Configuration getClassConfiguration()
Gets the class configuration.

Returns:
the configuration.

getFieldConfigurations

public OrderedMap<String,Configuration> getFieldConfigurations()
Gets the field configurations.

Returns:
the configurations.


Copyright © 2004 The Norther Organization. All rights reserved.