spec.java_integration.fixtures
Class MethodNames

java.lang.Object
  extended by spec.java_integration.fixtures.MethodNames

public class MethodNames
extends java.lang.Object


Constructor Summary
MethodNames()
           
 
Method Summary
 java.lang.String __id__()
           
 java.lang.String __send__()
           
 java.lang.String __type__()
           
static void camelCase1()
           
 void camelCase2()
           
static void camelWithUPPER1()
           
static void camelWITHUpper1()
           
static void CAMELWithUpper1()
           
 void camelWithUPPER2()
           
 void camelWITHUpper2()
           
 void CAMELWithUpper2()
           
static java.lang.Object getValue1()
           
 java.lang.Object getValue2()
           
static java.lang.Object getValues1(java.lang.Object otherValue)
           
 java.lang.Object getValues2(java.lang.Object something)
           
static boolean hasFourth1(java.lang.Object something)
           
 boolean hasFourth2(java.lang.Object something)
           
static boolean hasThird1()
           
 boolean hasThird2()
           
 java.lang.String id()
           
 java.lang.String initialize()
           
static boolean isFirst1()
           
 boolean isFirst2()
           
static boolean isSecond1(java.lang.Object something)
           
 boolean isSecond2(java.lang.Object something)
           
static void lowercase1()
           
 void lowercase2()
           
static void setValue1(java.lang.Object value)
           
 void setValue2(java.lang.Object value)
           
static void setValues1(java.lang.Object value, java.lang.Object otherValue)
           
 void setValues2(java.lang.Object value, java.lang.Object otherValue)
           
 java.lang.String type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodNames

public MethodNames()
Method Detail

lowercase1

public static void lowercase1()

camelCase1

public static void camelCase1()

camelWithUPPER1

public static void camelWithUPPER1()

camelWITHUpper1

public static void camelWITHUpper1()

CAMELWithUpper1

public static void CAMELWithUpper1()

getValue1

public static java.lang.Object getValue1()

getValues1

public static java.lang.Object getValues1(java.lang.Object otherValue)

setValue1

public static void setValue1(java.lang.Object value)

setValues1

public static void setValues1(java.lang.Object value,
                              java.lang.Object otherValue)

isFirst1

public static boolean isFirst1()

isSecond1

public static boolean isSecond1(java.lang.Object something)

hasThird1

public static boolean hasThird1()

hasFourth1

public static boolean hasFourth1(java.lang.Object something)

lowercase2

public void lowercase2()

camelCase2

public void camelCase2()

camelWithUPPER2

public void camelWithUPPER2()

camelWITHUpper2

public void camelWITHUpper2()

CAMELWithUpper2

public void CAMELWithUpper2()

getValue2

public java.lang.Object getValue2()

getValues2

public java.lang.Object getValues2(java.lang.Object something)

setValue2

public void setValue2(java.lang.Object value)

setValues2

public void setValues2(java.lang.Object value,
                       java.lang.Object otherValue)

isFirst2

public boolean isFirst2()

isSecond2

public boolean isSecond2(java.lang.Object something)

hasThird2

public boolean hasThird2()

hasFourth2

public boolean hasFourth2(java.lang.Object something)

initialize

public java.lang.String initialize()

type

public java.lang.String type()

__type__

public java.lang.String __type__()

id

public java.lang.String id()

__id__

public java.lang.String __id__()

__send__

public java.lang.String __send__()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.