ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.infinispan.schematic.SchemaLibrary.ProblemType

Packages that use SchemaLibrary.ProblemType
org.infinispan.schematic   
org.infinispan.schematic.internal.schema   
 

Uses of SchemaLibrary.ProblemType in org.infinispan.schematic
 

Methods in org.infinispan.schematic that return SchemaLibrary.ProblemType
 SchemaLibrary.ProblemType SchemaLibrary.Problem.getType()
          Get the type of problem.
static SchemaLibrary.ProblemType SchemaLibrary.ProblemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchemaLibrary.ProblemType[] SchemaLibrary.ProblemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SchemaLibrary.ProblemType in org.infinispan.schematic.internal.schema
 

Methods in org.infinispan.schematic.internal.schema that return SchemaLibrary.ProblemType
 SchemaLibrary.ProblemType ValidationProblem.getType()
           
 

Constructors in org.infinispan.schematic.internal.schema with parameters of type SchemaLibrary.ProblemType
ValidationProblem(SchemaLibrary.ProblemType type, Path path, String reason, Throwable cause)
           
ValidationTypeMismatchProblem(SchemaLibrary.ProblemType type, Path path, Object actualValue, JsonSchema.Type actualType, JsonSchema.Type expectedType, Object convertedValue, String reason, Throwable cause)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.