com.novell.admin.ns.jfs
Class JFSSyntax

java.lang.Object
  |
  +--com.novell.admin.ns.Syntax
        |
        +--com.novell.admin.ns.jfs.JFSSyntax
All Implemented Interfaces:
java.io.Serializable

public final class JFSSyntax
extends Syntax

Concrete syntax class for JFS syntaxes.


Field Summary
static JFSSyntax SYN_INTEGER
           
static JFSSyntax SYN_STREAM
           
static JFSSyntax SYN_TIME
           
 
Method Summary
static Syntax getSyntax(int Id)
          Returns the syntax which is identified by specific Id.
static int getSyntaxCount()
          Returns a count of all File Syntaxes.
static JFSSyntax[] getSyntaxes()
          Returns an array of File System Syntaxes.
 
Methods inherited from class com.novell.admin.ns.Syntax
createValueComponent, createValueComponent, getId, getName, getStrategy, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYN_TIME

public static final JFSSyntax SYN_TIME

SYN_INTEGER

public static final JFSSyntax SYN_INTEGER

SYN_STREAM

public static final JFSSyntax SYN_STREAM
Method Detail

getSyntax

public static Syntax getSyntax(int Id)
Returns the syntax which is identified by specific Id.
Parameters:
Id - Identifier of the syntax.
Returns:
The matching syntax if one matches, otherwise null.

getSyntaxes

public static JFSSyntax[] getSyntaxes()
Returns an array of File System Syntaxes.
Returns:
All syntaxes.

getSyntaxCount

public static int getSyntaxCount()
Returns a count of all File Syntaxes.
Returns:
Count of syntaxes.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.