Uses of Class
com.edustructures.sifworks.food.AgencyTypeCode

Packages that use AgencyTypeCode
com.edustructures.sifworks.food Classes to model Food Elements (SIF 2.0 Specification, Food Services Working Group
 

Uses of AgencyTypeCode in com.edustructures.sifworks.food
 

Fields in com.edustructures.sifworks.food declared as AgencyTypeCode
static AgencyTypeCode AgencyTypeCode.FEDERAL
          Federal ("Federal")
static AgencyTypeCode AgencyTypeCode.LOCAL
          Local ("Local")
static AgencyTypeCode AgencyTypeCode.OTHER
          Other ("Other")
static AgencyTypeCode AgencyTypeCode.STATE
          State ("State")
 

Methods in com.edustructures.sifworks.food that return AgencyTypeCode
static AgencyTypeCode AgencyTypeCode.wrap(java.lang.String value)
          Wrap an arbitrary string value in an AgencyTypeCode object.
 

Methods in com.edustructures.sifworks.food with parameters of type AgencyTypeCode
 void Agencies.addAgency(AgencyTypeCode type, java.lang.String name, Rates rates)
          Adds a new <Agency> repeatable element.
 Agency Agencies.getAgency(AgencyTypeCode type)
          Gets an Agency object instance.
 void Agencies.removeAgency(AgencyTypeCode type)
          Removes an Agency object instance.
 void Agency.setType(AgencyTypeCode value)
          Sets the value of the Type attribute.
 

Constructors in com.edustructures.sifworks.food with parameters of type AgencyTypeCode
Agency(AgencyTypeCode type, java.lang.String name, Rates rates)
          Constructor that accepts values for all mandatory fields
 



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.