org.d2rq.db.schema
Class Identifier.Parser

java.lang.Object
  extended by org.d2rq.db.schema.Identifier.Parser
Enclosing class:
Identifier

public static class Identifier.Parser
extends Object


Nested Class Summary
static class Identifier.Parser.ViolationType
           
 
Constructor Summary
Identifier.Parser(String s)
           
 
Method Summary
 int countParts()
           
 Identifier.Parser.ViolationType error()
           
 String message()
           
 Identifier[] result()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifier.Parser

public Identifier.Parser(String s)
Method Detail

result

public Identifier[] result()
Returns:
null on error

countParts

public int countParts()

error

public Identifier.Parser.ViolationType error()
Returns:
null if no error

message

public String message()