Class NotUseableLargeInterface
java.lang.Object
org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- All Implemented Interfaces:
LargeInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
methodBoolean
(boolean param) boolean[]
methodBooleanArray
(boolean[] param) byte
methodByte
(byte param) byte[][][][]
methodByteArray
(byte[] param) char
methodChar
(char param) char[]
methodCharArray
(char[][] param) double
methodDouble
(double param) double[][]
methodDoubleArray
(double[][][] param) float
methodFloat
(float param) float[]
methodFloatArray
(float[][] param) int
methodInt
(int param) long
methodInt
(long param) int[][]
methodIntArray
(int[] param) long[]
methodIntArray
(long[][][][][] param) short
methodShort
(short param) short[]
methodShortArray
(short[] param) void
boolean
notOverridden
(boolean param) This method will not be overridden
-
Constructor Details
-
NotUseableLargeInterface
public NotUseableLargeInterface()
-
-
Method Details
-
notOverridden
public boolean notOverridden(boolean param) Description copied from interface:LargeInterface
This method will not be overridden- Specified by:
notOverridden
in interfaceLargeInterface
- Parameters:
param
-- Returns:
-
methodVoids
public void methodVoids()- Specified by:
methodVoids
in interfaceLargeInterface
-
methodBoolean
public boolean methodBoolean(boolean param) - Specified by:
methodBoolean
in interfaceLargeInterface
-
methodByte
public byte methodByte(byte param) - Specified by:
methodByte
in interfaceLargeInterface
-
methodChar
public char methodChar(char param) - Specified by:
methodChar
in interfaceLargeInterface
-
methodDouble
public double methodDouble(double param) - Specified by:
methodDouble
in interfaceLargeInterface
-
methodFloat
public float methodFloat(float param) - Specified by:
methodFloat
in interfaceLargeInterface
-
methodInt
public int methodInt(int param) - Specified by:
methodInt
in interfaceLargeInterface
-
methodInt
public long methodInt(long param) - Specified by:
methodInt
in interfaceLargeInterface
-
methodShort
public short methodShort(short param) - Specified by:
methodShort
in interfaceLargeInterface
-
methodDeclared
- Specified by:
methodDeclared
in interfaceLargeInterface
-
methodBooleanArray
public boolean[] methodBooleanArray(boolean[] param) - Specified by:
methodBooleanArray
in interfaceLargeInterface
-
methodByteArray
public byte[][][][] methodByteArray(byte[] param) - Specified by:
methodByteArray
in interfaceLargeInterface
-
methodCharArray
public char[] methodCharArray(char[][] param) - Specified by:
methodCharArray
in interfaceLargeInterface
-
methodDoubleArray
public double[][] methodDoubleArray(double[][][] param) - Specified by:
methodDoubleArray
in interfaceLargeInterface
-
methodFloatArray
public float[] methodFloatArray(float[][] param) - Specified by:
methodFloatArray
in interfaceLargeInterface
-
methodIntArray
public int[][] methodIntArray(int[] param) - Specified by:
methodIntArray
in interfaceLargeInterface
-
methodIntArray
public long[] methodIntArray(long[][][][][] param) - Specified by:
methodIntArray
in interfaceLargeInterface
-
methodShortArray
public short[] methodShortArray(short[] param) - Specified by:
methodShortArray
in interfaceLargeInterface
-
methodDeclaredArray
public List<String>[] methodDeclaredArray(Map<Object, String>[] param, String[] param1, Random... param2) - Specified by:
methodDeclaredArray
in interfaceLargeInterface
-