Package net.karneim.pojobuilder.model
Class ConstructorParameterM
- java.lang.Object
-
- net.karneim.pojobuilder.model.ConstructorParameterM
-
- All Implemented Interfaces:
Positional,WriteAccess
public class ConstructorParameterM extends java.lang.Object implements WriteAccess, Positional
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.karneim.pojobuilder.model.WriteAccess
WriteAccess.Type
-
-
Constructor Summary
Constructors Constructor Description ConstructorParameterM(int pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPos()WriteAccess.TypegetType()booleanisVarArgs()java.lang.StringtoString()ConstructorParameterMwithVarArgs(boolean varArgs)
-
-
-
Method Detail
-
getPos
public int getPos()
- Specified by:
getPosin interfacePositional
-
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgsin interfaceWriteAccess
-
getType
public WriteAccess.Type getType()
- Specified by:
getTypein interfaceWriteAccess
-
withVarArgs
public ConstructorParameterM withVarArgs(boolean varArgs)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-