Package testdata

Class VisibilitySuperType

  • Direct Known Subclasses:
    VisibilitySubClass

    public class VisibilitySuperType
    extends java.lang.Object
    • Field Detail

      • protectedField

        protected java.lang.String protectedField
      • publicField

        public java.lang.String publicField
    • Constructor Detail

      • VisibilitySuperType

        public VisibilitySuperType()
    • 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)