Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Class
dk.rode.thesis.strategy.StringablePolicy.Type

Packages that use StringablePolicy.Type
dk.rode.thesis.adapter Implementations and examples of the Adapter design pattern [Gamma95, p.139]. 
dk.rode.thesis.bridge Implementations and examples of the Bridge design pattern [Gamma95, p.151]. 
dk.rode.thesis.composite Implementations and examples of the Composite design pattern [Gamma95, p.163]. 
dk.rode.thesis.decorator Implementations and examples of the Decorator design pattern [Gamma95, p.175]. 
dk.rode.thesis.flyweight Implementations and examples of the Flyweight design pattern [Gamma95, p.195]. 
dk.rode.thesis.proxy Implementations and examples of the Proxy design pattern [Gamma95, p.207]. 
dk.rode.thesis.strategy Implementations and examples of the Strategy design pattern [Gamma95, p.315]. 
 

Uses of StringablePolicy.Type in dk.rode.thesis.adapter
 

Methods in dk.rode.thesis.adapter that return StringablePolicy.Type
 StringablePolicy.Type AdaptedPolicy.type()
           
 

Uses of StringablePolicy.Type in dk.rode.thesis.bridge
 

Methods in dk.rode.thesis.bridge that return StringablePolicy.Type
 StringablePolicy.Type SequenceValuePolicy.type()
           
 

Uses of StringablePolicy.Type in dk.rode.thesis.composite
 

Methods in dk.rode.thesis.composite that return StringablePolicy.Type
 StringablePolicy.Type CompositePolicy.type()
           
 

Uses of StringablePolicy.Type in dk.rode.thesis.decorator
 

Methods in dk.rode.thesis.decorator that return StringablePolicy.Type
 StringablePolicy.Type DecoratedPolicy.type()
           
 

Uses of StringablePolicy.Type in dk.rode.thesis.flyweight
 

Methods in dk.rode.thesis.flyweight that return StringablePolicy.Type
 StringablePolicy.Type CharacterPolicy.type()
           
 

Uses of StringablePolicy.Type in dk.rode.thesis.proxy
 

Methods in dk.rode.thesis.proxy that return StringablePolicy.Type
 StringablePolicy.Type ProxiedPolicy.type()
           
 

Uses of StringablePolicy.Type in dk.rode.thesis.strategy
 

Methods in dk.rode.thesis.strategy that return StringablePolicy.Type
 StringablePolicy.Type StringablePolicy.type()
          Returns the type of this policy.
 StringablePolicy.Type SequencePolicy.type()
           
 StringablePolicy.Type ObjectPolicy.type()
           
static StringablePolicy.Type StringablePolicy.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StringablePolicy.Type[] StringablePolicy.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.