org.sqlproc.engine.config
Class SqlEngineConfiguration.NameValue
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
value
public int value
SqlEngineConfiguration.NameValue
public SqlEngineConfiguration.NameValue(String name,
Integer value)
compareTo
public int compareTo(SqlEngineConfiguration.NameValue o)
- Specified by:
compareTo in interface Comparable<SqlEngineConfiguration.NameValue>
Copyright © 2015. All rights reserved.