Uses of Interface
org.kuali.rice.location.api.postalcode.PostalCodeContract

Packages that use PostalCodeContract
org.kuali.rice.location.api.postalcode Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.location.framework.postalcode   
 

Uses of PostalCodeContract in org.kuali.rice.location.api.postalcode
 

Classes in org.kuali.rice.location.api.postalcode that implement PostalCodeContract
 class PostalCode
          An immutable representation of a PostalCodeContract.
static class PostalCode.Builder
          This builder constructs a PostalCode enforcing the constraints of the PostalCodeContract.
 

Methods in org.kuali.rice.location.api.postalcode with parameters of type PostalCodeContract
static PostalCode.Builder PostalCode.Builder.create(PostalCodeContract contract)
          creates a PostalCode builder from an existing PostalCodeContract.
 

Uses of PostalCodeContract in org.kuali.rice.location.framework.postalcode
 

Subinterfaces of PostalCodeContract in org.kuali.rice.location.framework.postalcode
 interface PostalCodeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.