eu.bandm.sig.absy
Class Name

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

public class Name
extends Label


Field Summary
static Function<Name,String> get_text
           
protected  String text
           
 
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
protected Name()
           
  Name(String text)
           
 
Method Summary
 Name doclone()
           
 boolean equals(Object e0)
           
 String get_text()
           
static String getFormatHint()
           
 int hashCode()
           
 Name initFrom(Object o0)
           
 Name with_text(String val)
           
 boolean x_equals(Name e0)
           
 
Methods inherited from class eu.bandm.sig.absy.Label
format
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text

get_text

public static Function<Name,String> get_text
Constructor Detail

Name

public Name(String text)

Name

protected Name()
Method Detail

doclone

public Name doclone()
Overrides:
doclone in class Label

getFormatHint

public static String getFormatHint()

equals

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

x_equals

public boolean x_equals(Name e0)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

initFrom

public Name initFrom(Object o0)
Overrides:
initFrom in class Label

get_text

public String get_text()

with_text

public Name with_text(String val)