|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FSSyntax | |
| com.novell.admin.ns.fs | Provides interfaces and classes for administering a file system namespace through ConsoleOne. |
| com.novell.admin.ns.fs.nw | Provides interfaces and classes for administering the NetWare file system namespace through ConsoleOne. |
| Uses of FSSyntax in com.novell.admin.ns.fs |
| Fields in com.novell.admin.ns.fs declared as FSSyntax | |
static FSSyntax |
FSSyntax.SYN_TIME
|
static FSSyntax |
FSSyntax.SYN_INTEGER
|
static FSSyntax |
FSSyntax.SYN_BOOLEAN
|
static FSSyntax |
FSSyntax.SYN_STREAM
|
static FSSyntax |
FSSyntax.SYN_STRING
|
static FSSyntax |
FSSyntax.SYN_OCTET_STRING
|
| Methods in com.novell.admin.ns.fs that return FSSyntax | |
static FSSyntax |
FSSyntax.getSyntax(int Id)
Returns the syntax which is identified by specific Id. |
| Constructors in com.novell.admin.ns.fs with parameters of type FSSyntax | |
FSAttributeDefinition.FSAttributeDefinition(java.lang.String name,
FSSyntax syntax,
boolean readOnly)
Constructor for all FS Attribute Definitions. |
|
| Uses of FSSyntax in com.novell.admin.ns.fs.nw |
| Subclasses of FSSyntax in com.novell.admin.ns.fs.nw | |
class |
NWFSSyntax
WARNING: Because of static initializer issues and the way FSSyntax uses an internal static vector, There is a possibility that the FSSyntax's used with calls like NWFSAttributeDefinition.volumeInfoDef could get null syntaxes if NWFSSyntax was not statically initialized before any of the FSAttributes are used. |
| Constructors in com.novell.admin.ns.fs.nw with parameters of type FSSyntax | |
NWFSAttributeDefinition.NWFSAttributeDefinition(java.lang.String name,
FSSyntax syntax,
boolean readOnly)
Constructor for all NetWare FS Attribute Definitions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||