Package testdata
Class VisibilitySuperType
- java.lang.Object
-
- testdata.VisibilitySuperType
-
- Direct Known Subclasses:
VisibilitySubClass
public class VisibilitySuperType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringprotectedFieldjava.lang.StringpublicField
-
Constructor Summary
Constructors Constructor Description VisibilitySuperType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetProtectedProperty()java.lang.StringgetPublicProperty()protected voidprotectedMethod()voidpublicMethod()protected voidsetProtectedProperty(java.lang.String x)voidsetPublicProperty(java.lang.String x)
-
-
-
Method Detail
-
protectedMethod
protected void protectedMethod()
-
publicMethod
public void publicMethod()
-
getProtectedProperty
protected java.lang.String getProtectedProperty()
-
getPublicProperty
public java.lang.String getPublicProperty()
-
setProtectedProperty
protected void setProtectedProperty(java.lang.String x)
-
setPublicProperty
public void setPublicProperty(java.lang.String x)
-
-