Uses of Class
org.jcreme.enumerations.Enumeration

Packages that use Enumeration
org.jcreme.caches   
org.jcreme.enumerations   
org.jcreme.filters   
org.jcreme.permissioning   
org.jcreme.sql   
org.jcreme.swing.table.colormodel   
org.jcreme.swing.table.columnmodel   
 

Uses of Enumeration in org.jcreme.caches
 

Subclasses of Enumeration in org.jcreme.caches
 class CachePolicy
          This Enumeration subclass describes the possible policies to manage the cache contents.
 

Methods in org.jcreme.caches that return Enumeration
static Enumeration[] CachePolicy.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
 

Uses of Enumeration in org.jcreme.enumerations
 

Subclasses of Enumeration in org.jcreme.enumerations
 class ComparatorType
          This class defines an Enumeration of Comparators.
 class SortOrder
          This class represents a SortOrder (Ascending, Descending, None).
 

Methods in org.jcreme.enumerations that return Enumeration
static Enumeration[] ComparatorType.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
static Enumeration[] Enumeration.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
 Enumeration[] RemoteEnumerationInitializer.loadValues(java.lang.Class enumerationClass)
          This method enables to load the values associated with the given class.
 Enumeration[] RemoteEnumerationInitializerImpl.loadValues(java.lang.Class enumerationClass)
          This method enables to load the values associated with the given class.
static Enumeration[] SortOrder.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
 

Uses of Enumeration in org.jcreme.filters
 

Subclasses of Enumeration in org.jcreme.filters
 class ComparisonOperator
          This enumeration handles the comparison operators that may be used in Filters.
 class InclusionComparisonOperator
          This enumeration contains the operators that can be used in a list context to test the inclusion.
 class OrderComparisonOperator
          This enumeration contains the operators that can be used in a sort context to test the order of two values.
 class StringComparisonOperator
          This enumeration contains the operators that can be used in a string manipulation context to test the relation of two strings.
 

Methods in org.jcreme.filters that return Enumeration
static Enumeration[] ComparisonOperator.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
static Enumeration[] InclusionComparisonOperator.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
static Enumeration[] OrderComparisonOperator.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
static Enumeration[] StringComparisonOperator.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
 

Uses of Enumeration in org.jcreme.permissioning
 

Subclasses of Enumeration in org.jcreme.permissioning
 class AccessType
          This enumeration represent the functional domains of an organization.
 class Domain
          This enumeration represent the functional domains of an organization.
 class ObjectType
          This enumeration represent the types of the manipulated objects (data).
 class Purpose
          This enumeration represent the Purpose that drives a Task.
 class Role
          Role defines the business Roles available to Users.
 class Subject
           
 class Task
          A Task represents an action from a functional point of view.
 class User
          This defines the users of a system.
 

Methods in org.jcreme.permissioning that return Enumeration
static Enumeration[] AccessType.getValues()
           
static Enumeration[] Domain.getValues()
           
static Enumeration[] ObjectType.getValues()
           
static Enumeration[] Purpose.getValues()
           
static Enumeration[] Role.getValues()
           
static Enumeration[] Subject.getValues()
           
static Enumeration[] Task.getValues()
           
static Enumeration[] User.getValues()
           
 

Uses of Enumeration in org.jcreme.sql
 

Subclasses of Enumeration in org.jcreme.sql
 class IsolationLevel
          This class represents the IsolationLevel of a database transaction.
 

Uses of Enumeration in org.jcreme.swing.table.colormodel
 

Subclasses of Enumeration in org.jcreme.swing.table.colormodel
 class TableColorModelType
          This class enables to describe the available TableColorModels and the sub elements necessary to use them in a complex application such as the TableColorModelEditor or the TableColorModelMemento associated.
 

Methods in org.jcreme.swing.table.colormodel that return Enumeration
static Enumeration[] TableColorModelType.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
 

Uses of Enumeration in org.jcreme.swing.table.columnmodel
 

Subclasses of Enumeration in org.jcreme.swing.table.columnmodel
 class TableColumnType
          This class enables to link a TableColumn subclass to its editor and to its memento.
 

Methods in org.jcreme.swing.table.columnmodel that return Enumeration
static Enumeration[] TableColumnType.getValues()
          This method enables to retrieve all the possible values of an Enumeration class.
 



Copyright 2006 null. All Rights Reserved.