net.sourceforge.plantuml.cucadiagram
Class LongCode

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

public class LongCode
extends Object
implements Comparable<LongCode>


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

Method Detail

getNamespaceSeparator

public String getNamespaceSeparator()

of

public static LongCode of(String code,
                          String separator)

getFullName

public final String getFullName()

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(LongCode other)
Specified by:
compareTo in interface Comparable<LongCode>


Copyright © 2014. All Rights Reserved.