Uses of Interface
com.novell.admin.ns.Strategy

Packages that use Strategy
com.novell.admin.ns   
 

Uses of Strategy in com.novell.admin.ns
 

Subinterfaces of Strategy in com.novell.admin.ns
 interface ValueStrategy
          Contract for all strategy classes that support Value objects.
 

Classes in com.novell.admin.ns that implement Strategy
 class BooleanStrategy
          Final class that implements the strategy for the NDS boolean syntax.
 class HexStrategy
          Final class that implements the strategy for the NDS OCTET_STRING syntax.
 class IntegerStrategy
          Abstract class that may be extended for syntax strategies that use integer as the value type.
 class ListStrategy
          Abstract class for all stategies that support value lists.
 class StreamStrategy
          Base class that implements the strategies for most stream syntaxes.
 class StringStrategy
          Abstract class which may be extended for syntax strategies that use String as the value type.
 class TimeStrategy
          Final class that implements the strategy for most TIME syntaxes.
 

Methods in com.novell.admin.ns that return Strategy
 Strategy Syntax.getStrategy()
          Returns the strategy associated with this syntax.
 

Constructors in com.novell.admin.ns with parameters of type Strategy
Syntax.Syntax(java.lang.String name, Strategy stgy, int id)
          Prototype constructor.
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.