DataType - type that param expectspublic class Param<DataType> extends Object implements Cloneable
protected DataType[] data
public Param(String name)
public String name()
@SafeVarargs public final Param<DataType> of(DataType... data)
public DataType[] getData()
public boolean equals(Object o)
protected Param<DataType> clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2017. All rights reserved.