edu.washington.cs.supple.example.email
Class AccountType

java.lang.Object
  extended byedu.washington.cs.supple.example.email.AccountType

public class AccountType
extends java.lang.Object

Author:
raphael Supple Type for email accounts.

Field Summary
static BeanlikeValueDescriptor VDESC
          Mapping for AccountBean class
 
Method Summary
static ContainerTypeImpl createType()
           
static ContainerTypeImpl createType(AccountBean bean)
           
static ContainerTypeImpl createType(ValueBinding likelyVals, ValueBinding legalVals)
           
static ContainerTypeImpl createType(ValueObject accountValue, ValueBinding likelyVals, ValueBinding legalVals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VDESC

public static final BeanlikeValueDescriptor VDESC
Mapping for AccountBean class

Method Detail

createType

public static ContainerTypeImpl createType()

createType

public static ContainerTypeImpl createType(AccountBean bean)

createType

public static ContainerTypeImpl createType(ValueBinding likelyVals,
                                           ValueBinding legalVals)

createType

public static ContainerTypeImpl createType(ValueObject accountValue,
                                           ValueBinding likelyVals,
                                           ValueBinding legalVals)