java.lang.Object
swim.avro.AvroName
- All Implemented Interfaces:
Comparable<AvroName>,Debug,Display
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic AvroNamestatic AvroNamecreate(AvroNamespace namespace, String name) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.<T> Output<T>Writes a human readable, display-formatted string representation of this object tooutput.booleaninthashCode()name()static AvroNametoString()
-
Constructor Details
-
AvroName
-
-
Method Details
-
namespace
-
name
-
compareTo
- Specified by:
compareToin interfaceComparable<AvroName>
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
display
Description copied from interface:DisplayWrites a human readable, display-formatted string representation of this object tooutput. -
toString
-
create
-
create
-
parse
-