org.sqlproc.engine.config
Class SqlEngineConfiguration.NameValue

java.lang.Object
  extended by org.sqlproc.engine.config.SqlEngineConfiguration.NameValue
All Implemented Interfaces:
Comparable<SqlEngineConfiguration.NameValue>
Enclosing class:
SqlEngineConfiguration

public class SqlEngineConfiguration.NameValue
extends Object
implements Comparable<SqlEngineConfiguration.NameValue>

The simple container.


Field Summary
 String name
           
 int value
           
 
Constructor Summary
SqlEngineConfiguration.NameValue(String name, Integer value)
           
 
Method Summary
 int compareTo(SqlEngineConfiguration.NameValue o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public int value
Constructor Detail

SqlEngineConfiguration.NameValue

public SqlEngineConfiguration.NameValue(String name,
                                        Integer value)
Method Detail

compareTo

public int compareTo(SqlEngineConfiguration.NameValue o)
Specified by:
compareTo in interface Comparable<SqlEngineConfiguration.NameValue>


Copyright © 2015. All rights reserved.