Uses of Class
net.ajaest.jdk.data.auxi.database.ConnectorEnum

Packages that use ConnectorEnum
net.ajaest.jdk.data.auxi.database   
 

Uses of ConnectorEnum in net.ajaest.jdk.data.auxi.database
 

Fields in net.ajaest.jdk.data.auxi.database with type parameters of type ConnectorEnum
protected  java.util.List<ConnectorEnum> QAbout.previousBConnector
          previusBConector.get(i) contains relation between queryAbout.get(i) and queryAbout.get(i-1)
 

Methods in net.ajaest.jdk.data.auxi.database that return ConnectorEnum
static ConnectorEnum ConnectorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectorEnum[] ConnectorEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ajaest.jdk.data.auxi.database that return types with arguments of type ConnectorEnum
 java.util.List<ConnectorEnum> QAbout.getBooleanCases()
          Returns an unmodifiable list of boolean connector where previusBConector.get(i) contains relation between queryAbout.get(i) and queryAbout.get(i-1)
 

Methods in net.ajaest.jdk.data.auxi.database with parameters of type ConnectorEnum
protected  void QAbout.addDomain(ConnectorEnum bool, QAbout qa)
          Adds a domain domain and the boolean operand that append it to the expression to the current domain query.
 

Constructor parameters in net.ajaest.jdk.data.auxi.database with type arguments of type ConnectorEnum
QAbout(java.util.List<ConnectorEnum> booleanConnector, java.util.List<QAbout> domains)
          Constructor for superclass.
QueryExpression(java.util.List<ConnectorEnum> booleanConnector, java.util.List<QAbout> domains)