Package editor.run
Interface IRunConfigParameters<T extends IRunConfigParameters<T>>
-
- All Superinterfaces:
IJsonIO
- All Known Implementing Classes:
AbstractRunConfigParameters,FqnRunConfigParameters,ProgramRunConfigParameters,RemoteRunConfigParameters
public interface IRunConfigParameters<T extends IRunConfigParameters<T>> extends IJsonIO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopy(T to)java.lang.StringgetName()voidsetName(java.lang.String name)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
setName
void setName(java.lang.String name)
-
copy
void copy(T to)
-
-