Namespace: Wnlib

Class Opt

System.Object
  |
  +-- Wnlib.Opt

public class Opt
extends System.Object

Static
False
Persistent
False
Sealed
False
Abstract
False

Field Summary
  public  string arg
 
  public  int helpx
 
  public  int id
 
  public  string label
 
  public  PartOfSpeech pos
 
  public  SearchType sch
 
 

Property Summary
  public  int Count
 
 

Method Summary
  public Opt at(int ix)
 
 

Field Detail

arg

public string arg
Readonly
False
Volatile
False
Type
string
Nullable
False
Const
False
New
False
Static
False

helpx

public int helpx
Readonly
False
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

id

public int id
Readonly
False
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

label

public string label
Readonly
False
Volatile
False
Type
string
Nullable
False
Const
False
New
False
Static
False

pos

public PartOfSpeech pos
Readonly
False
Volatile
False
Type
PartOfSpeech
Nullable
False
Const
False
New
False
Static
False

sch

public SearchType sch
Readonly
False
Volatile
False
Type
SearchType
Nullable
False
Const
False
New
False
Static
False

Property Detail

Count

public static int Count
Has getter
True
Static
True
Virtual
False
Type
int
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

Method Detail

at

public Opt at(int ix)
Returns
Opt
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
True

Association Link

to Class SearchType

Supplier
SearchType
Client
sch
Directed
False
Type
association

to Class PartOfSpeech

Supplier
PartOfSpeech
Client
pos
Directed
False
Type
association