edu.ucla.util
Class FlagProperty.FlagValue

Object
  extended by FlagProperty.FlagValue
All Implemented Interfaces:
EnumValue
Enclosing class:
FlagProperty

public class FlagProperty.FlagValue
extends Object
implements EnumValue


Constructor Summary
FlagProperty.FlagValue(boolean flag)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 EnumProperty property()
           
 String toString()
           
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlagProperty.FlagValue

public FlagProperty.FlagValue(boolean flag)
Method Detail

toString

public String toString()
Specified by:
toString in interface EnumValue
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

property

public EnumProperty property()
Specified by:
property in interface EnumValue
Since:
20070420


Copyright 2010 UCLA Automated Reasoning Group