|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||