Methods Summary |
---|
public static void | doPrivate()Demo of instatiation of a private class.
SomeOtherClass cl = new SomeOtherClass();
cl.someMethod();
|
public static java.lang.String | getCompany()Getter for the property company.
return company;
|
public static java.lang.String | getName()Getter for the variable name.
return name;
|
public int | getValue()Getter for the variable company.
return value;
|