Uses of Interface
org.openinvoice.ubl4j.common.Constraint

Packages that use Constraint
org.openinvoice.ubl4j.common Includes classes and interfaces that are used by order and invoice packages 
org.openinvoice.ubl4j.invoice.constraint Contains classes that implement constraints such as FutureIssueDateNotAllowed that can be imposed on the UBL InvoiceType
org.openinvoice.ubl4j.order.constraint Contains classes that implement constraints such as SingleCurrencyConstraint that can be imposed on the UBL OrderType
 

Uses of Constraint in org.openinvoice.ubl4j.common
 

Constructors in org.openinvoice.ubl4j.common with parameters of type Constraint
FailedToRespectConstraintException(Constraint constraint)
           
 

Uses of Constraint in org.openinvoice.ubl4j.invoice.constraint
 

Subinterfaces of Constraint in org.openinvoice.ubl4j.invoice.constraint
 interface InvoiceTypeConstraint
           
 

Classes in org.openinvoice.ubl4j.invoice.constraint that implement Constraint
 class FutureIssueDateNotAllowed
           
 

Uses of Constraint in org.openinvoice.ubl4j.order.constraint
 

Subinterfaces of Constraint in org.openinvoice.ubl4j.order.constraint
 interface OrderTypeConstraint
           
 

Classes in org.openinvoice.ubl4j.order.constraint that implement Constraint
 class SingleCurrencyConstraint
           
 



Copyright © 2011-2012 Plain Source. All Rights Reserved.