Uses of Class
net.jetrix.config.Special

Packages that use Special
net.jetrix The main package for Jetrix. 
net.jetrix.config Configuration classes for Jetrix elements (server, channels, filters, etc..). 
 

Uses of Special in net.jetrix
 

Methods in net.jetrix with parameters of type Special
 boolean Field.contains(Special special)
          Check if the field contains the specified special block.
 

Uses of Special in net.jetrix.config
 

Methods in net.jetrix.config that return Special
static Special Special.valueOf(char letter)
          Return the special matching the specified letter.
static Special Special.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Special[] Special.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jetrix.config with parameters of type Special
 int Settings.getOccurancy(Special special)
           
 void Settings.setOccurancy(Special special, int occurancy)
          Set the occurancy of a special block
 



Copyright © 2001-2010. All Rights Reserved.