net.sourceforge.plantuml.cucadiagram
Class Ident

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.Ident
All Implemented Interfaces:
Comparable<Ident>

public class Ident
extends Object
implements Comparable<Ident>


Method Summary
 int compareTo(Ident other)
           
 boolean equals(Object obj)
           
 int hashCode()
           
static Ident of(String code)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

of

public static Ident of(String code)

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

compareTo

public int compareTo(Ident other)
Specified by:
compareTo in interface Comparable<Ident>


Copyright © 2014. All Rights Reserved.