Uses of Interface
org.nakedobjects.metamodel.commons.encoding.Encodable

Packages that use Encodable
org.nakedobjects.metamodel.adapter.oid   
org.nakedobjects.metamodel.adapter.oid.stringable.directly   
org.nakedobjects.metamodel.adapter.version   
org.nakedobjects.metamodel.authentication   
org.nakedobjects.metamodel.commons.encoding   
org.nakedobjects.metamodel.runtimecontext.noruntime   
 

Uses of Encodable in org.nakedobjects.metamodel.adapter.oid
 

Subinterfaces of Encodable in org.nakedobjects.metamodel.adapter.oid
 interface Oid
           
 

Classes in org.nakedobjects.metamodel.adapter.oid that implement Encodable
 class AggregatedOid
          Used as the Oid for collections, values and @Aggregated types.
 

Uses of Encodable in org.nakedobjects.metamodel.adapter.oid.stringable.directly
 

Subinterfaces of Encodable in org.nakedobjects.metamodel.adapter.oid.stringable.directly
 interface DirectlyStringableOid
          An alternative to Encodable, intended to be used for Oids that can be encoded/decoded from strings.
 

Uses of Encodable in org.nakedobjects.metamodel.adapter.version
 

Classes in org.nakedobjects.metamodel.adapter.version that implement Encodable
 class SerialNumberVersion
           
 class VersionUserAbstract
           
 class VersionUserAndTimeAbstract
           
 

Uses of Encodable in org.nakedobjects.metamodel.authentication
 

Subinterfaces of Encodable in org.nakedobjects.metamodel.authentication
 interface AuthenticationSession
          The representation within the system of an authenticated user.
 

Classes in org.nakedobjects.metamodel.authentication that implement Encodable
 class AuthenticationSessionAbstract
           
 

Uses of Encodable in org.nakedobjects.metamodel.commons.encoding
 

Fields in org.nakedobjects.metamodel.commons.encoding with type parameters of type Encodable
static FieldType<Encodable> FieldType.ENCODABLE
           
 

Uses of Encodable in org.nakedobjects.metamodel.runtimecontext.noruntime
 

Classes in org.nakedobjects.metamodel.runtimecontext.noruntime that implement Encodable
 class AuthenticationSessionNoRuntime
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.