- 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)static JavaPlaneDefcreate(String planeName, String className)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static JavaPlaneDeffromClassName(String className)inthashCode()StringplaneName()JavaPlaneDefplaneName(String planeName)StringtoString()
-
-
-
Method Detail
-
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 <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static JavaPlaneDef create(String planeName, String className)
-
fromClassName
public static JavaPlaneDef fromClassName(String className)
-
-