Uses of Class
com.example.customerservice.CustomerType

Packages that use CustomerType
com.example.customerservice   
 

Uses of CustomerType in com.example.customerservice
 

Fields in com.example.customerservice declared as CustomerType
protected  CustomerType Customer.type
           
 

Methods in com.example.customerservice that return CustomerType
static CustomerType CustomerType.fromValue(String v)
           
 CustomerType Customer.getType()
          Gets the value of the type property.
static CustomerType CustomerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomerType[] CustomerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.example.customerservice with parameters of type CustomerType
 void Customer.setType(CustomerType value)
          Sets the value of the type property.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.