Class CodeImpl
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.CodeImpl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Code
eventuallyRemoveStartingAndEndingDoubleQuote(java.lang.String format)
java.lang.String
getName()
int
hashCode()
static Code
of(java.lang.String code)
java.lang.String
toString()
-
-
-
Method Detail
-
of
public static Code of(java.lang.String code)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
eventuallyRemoveStartingAndEndingDoubleQuote
public Code eventuallyRemoveStartingAndEndingDoubleQuote(java.lang.String format)
- Specified by:
eventuallyRemoveStartingAndEndingDoubleQuote
in interfaceCode
-
-