BrightSide Workbench Full Report + Source Code
org.turro.registry.UniqueBoolean Class Reference
Inheritance diagram for org.turro.registry.UniqueBoolean:
Collaboration diagram for org.turro.registry.UniqueBoolean:

Public Member Functions

 UniqueBoolean (String caption, int order, String label, Boolean newValue)
 
 UniqueBoolean (ChangeCategory category, String label, Boolean newValue)
 
boolean isOnlyNew ()
 
- Public Member Functions inherited from org.turro.registry.BooleanChange
 BooleanChange (ChangeCategory category, String label, Boolean oldValue, Boolean newValue, boolean duplicates)
 
 BooleanChange (ChangeCategory category, String label, Boolean oldValue, Boolean newValue)
 
 BooleanChange (String caption, int order, String label, Boolean oldValue, Boolean newValue, boolean duplicates)
 
 BooleanChange (String caption, int order, String label, Boolean oldValue, Boolean newValue)
 
String getNewValueString ()
 
String getOldValueString ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file UniqueBoolean.java.

Constructor & Destructor Documentation

◆ UniqueBoolean() [1/2]

org.turro.registry.UniqueBoolean.UniqueBoolean ( String  caption,
int  order,
String  label,
Boolean  newValue 
)

Definition at line 26 of file UniqueBoolean.java.

26  {
27  super(caption, order, label, null, newValue, false);
28  }

◆ UniqueBoolean() [2/2]

org.turro.registry.UniqueBoolean.UniqueBoolean ( ChangeCategory  category,
String  label,
Boolean  newValue 
)

Definition at line 30 of file UniqueBoolean.java.

30  {
31  super(category, label, null, newValue, false);
32  }

Member Function Documentation

◆ isOnlyNew()

boolean org.turro.registry.UniqueBoolean.isOnlyNew ( )

Definition at line 35 of file UniqueBoolean.java.

35  {
36  return true;
37  }

The documentation for this class was generated from the following file: