- java.lang.Object
-
- swim.java.JavaPlaneDef
-
-
Constructor Summary
Constructors Constructor Description JavaPlaneDef(String planeName, String className)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()JavaPlaneDefclassName(String className)protected JavaPlaneDefcopy(String planeName, String className)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static JavaPlaneDeffrom(String planeName, String className)static JavaPlaneDeffromClassName(String className)inthashCode()StringplaneName()JavaPlaneDefplaneName(String planeName)StringtoString()
-
-
-
Method Detail
-
from
public static JavaPlaneDef from(String planeName, String className)
-
fromClassName
public static JavaPlaneDef fromClassName(String className)
-
planeName
public JavaPlaneDef planeName(String planeName)
-
className
public final String className()
-
className
public JavaPlaneDef className(String className)
-
copy
protected JavaPlaneDef copy(String planeName, String className)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-