org.omnaest.utils.xml
Class JAXBName

java.lang.Object
  extended by org.omnaest.utils.xml.JAXBName
All Implemented Interfaces:
Name

public class JAXBName
extends Object
implements Name

Special delegate implementation for a Name which can be translated via jaxb

Author:
Omnaest
See Also:
Name

Constructor Summary
protected JAXBName()
           
  JAXBName(Enum enumeration)
           
  JAXBName(Name name)
           
  JAXBName(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String name()
          Returns the name of the Name
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAXBName

public JAXBName(String name)
Parameters:
name -
See Also:
JAXBName

JAXBName

public JAXBName(Name name)
Parameters:
name - Name
See Also:
JAXBName

JAXBName

public JAXBName(Enum enumeration)
Parameters:
enumeration - Enum
See Also:
JAXBName

JAXBName

protected JAXBName()
See Also:
JAXBName
Method Detail

name

public String name()
Description copied from interface: Name
Returns the name of the Name

Specified by:
name in interface Name
Returns:

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.