Parameter CLASS

The parameter of a constructor or method.

Parent Class

All Members


TypeNameSignature
methodgetNamepublic String getName()
methodgetTypepublic Type getType()
methodtoStringpublic String toString()

Methods


public String getName()

Get the name of this parameter.

Returns

  • The name of this parameter.

public Type getType()

Get the type of this parameter.

Returns

  • The type of this parameter.

public String toString()

Get a string representation of this parameter.

Returns

  • A string in form of [PARAM|name:type]