public class VisibilitySuperType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
protectedField |
java.lang.String |
publicField |
| Constructor and Description |
|---|
VisibilitySuperType() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getProtectedProperty() |
java.lang.String |
getPublicProperty() |
protected void |
protectedMethod() |
void |
publicMethod() |
protected void |
setProtectedProperty(java.lang.String x) |
void |
setPublicProperty(java.lang.String x) |
protected java.lang.String protectedField
public java.lang.String publicField
protected void protectedMethod()
public void publicMethod()
protected java.lang.String getProtectedProperty()
public java.lang.String getPublicProperty()
protected void setProtectedProperty(java.lang.String x)
public void setPublicProperty(java.lang.String x)