|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State.Builder | |
---|---|
org.kuali.rice.location.api.state | 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. |
Uses of State.Builder in org.kuali.rice.location.api.state |
---|
Methods in org.kuali.rice.location.api.state that return State.Builder | |
---|---|
static State.Builder |
State.Builder.create(StateContract contract)
creates a Parameter from an existing StateContract . |
static State.Builder |
State.Builder.create(String code,
String name,
String countryCode)
creates a State with the required fields. |
Methods in org.kuali.rice.location.api.state that return types with arguments of type State.Builder | |
---|---|
List<State.Builder> |
StateQueryResults.Builder.getResults()
|
Method parameters in org.kuali.rice.location.api.state with type arguments of type State.Builder | |
---|---|
void |
StateQueryResults.Builder.setResults(List<State.Builder> results)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |