eu.bandm.sig.absy
Class ENum

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Expression
          extended by eu.bandm.sig.absy.ENum
All Implemented Interfaces:
Formattable, Cloneable

public class ENum
extends Expression


Field Summary
static Function<ENum,String> get_value
           
static Consumer<String,ENum> set_value
           
protected  String value
           
 
Fields inherited from class eu.bandm.sig.absy.Expression
get_type, set_type, type
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
ENum(String value)
           
 
Method Summary
 ENum doclone()
           
 Format format()
           
 String get_value()
           
static String getFormatHint()
           
 ENum initFrom(Object o0)
           
 boolean set_value(String val)
           
 
Methods inherited from class eu.bandm.sig.absy.Expression
get_type, set_type
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

get_value

public static final Function<ENum,String> get_value

set_value

public static final Consumer<String,ENum> set_value
Constructor Detail

ENum

public ENum(String value)
Method Detail

doclone

public ENum doclone()
Overrides:
doclone in class Expression

getFormatHint

public static String getFormatHint()

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class Expression

initFrom

public ENum initFrom(Object o0)
Overrides:
initFrom in class Expression

get_value

public String get_value()

set_value

public boolean set_value(String val)