Class NotUseableLargeInterface
java.lang.Object
org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- All Implemented Interfaces:
LargeInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmethodBoolean(boolean param) boolean[]methodBooleanArray(boolean[] param) bytemethodByte(byte param) byte[][][][]methodByteArray(byte[] param) charmethodChar(char param) char[]methodCharArray(char[][] param) doublemethodDouble(double param) double[][]methodDoubleArray(double[][][] param) floatmethodFloat(float param) float[]methodFloatArray(float[][] param) intmethodInt(int param) longmethodInt(long param) int[][]methodIntArray(int[] param) long[]methodIntArray(long[][][][][] param) shortmethodShort(short param) short[]methodShortArray(short[] param) voidbooleannotOverridden(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:LargeInterfaceThis method will not be overridden- Specified by:
notOverriddenin interfaceLargeInterface- Parameters:
param-- Returns:
-
methodVoids
public void methodVoids()- Specified by:
methodVoidsin interfaceLargeInterface
-
methodBoolean
public boolean methodBoolean(boolean param) - Specified by:
methodBooleanin interfaceLargeInterface
-
methodByte
public byte methodByte(byte param) - Specified by:
methodBytein interfaceLargeInterface
-
methodChar
public char methodChar(char param) - Specified by:
methodCharin interfaceLargeInterface
-
methodDouble
public double methodDouble(double param) - Specified by:
methodDoublein interfaceLargeInterface
-
methodFloat
public float methodFloat(float param) - Specified by:
methodFloatin interfaceLargeInterface
-
methodInt
public int methodInt(int param) - Specified by:
methodIntin interfaceLargeInterface
-
methodInt
public long methodInt(long param) - Specified by:
methodIntin interfaceLargeInterface
-
methodShort
public short methodShort(short param) - Specified by:
methodShortin interfaceLargeInterface
-
methodDeclared
- Specified by:
methodDeclaredin interfaceLargeInterface
-
methodBooleanArray
public boolean[] methodBooleanArray(boolean[] param) - Specified by:
methodBooleanArrayin interfaceLargeInterface
-
methodByteArray
public byte[][][][] methodByteArray(byte[] param) - Specified by:
methodByteArrayin interfaceLargeInterface
-
methodCharArray
public char[] methodCharArray(char[][] param) - Specified by:
methodCharArrayin interfaceLargeInterface
-
methodDoubleArray
public double[][] methodDoubleArray(double[][][] param) - Specified by:
methodDoubleArrayin interfaceLargeInterface
-
methodFloatArray
public float[] methodFloatArray(float[][] param) - Specified by:
methodFloatArrayin interfaceLargeInterface
-
methodIntArray
public int[][] methodIntArray(int[] param) - Specified by:
methodIntArrayin interfaceLargeInterface
-
methodIntArray
public long[] methodIntArray(long[][][][][] param) - Specified by:
methodIntArrayin interfaceLargeInterface
-
methodShortArray
public short[] methodShortArray(short[] param) - Specified by:
methodShortArrayin interfaceLargeInterface
-
methodDeclaredArray
public List<String>[] methodDeclaredArray(Map<Object, String>[] param, String[] param1, Random... param2) - Specified by:
methodDeclaredArrayin interfaceLargeInterface
-