Class NamedDescriptor

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ClassDescriptor, DataField

    public abstract class NamedDescriptor
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      java.lang.String getTitle()  
      protected void readFields​(java.io.DataInputStream in, int serial)  
      void setDescription​(java.lang.String description)  
      void writeTo​(java.io.DataOutputStream out, int serial)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamedDescriptor

        protected NamedDescriptor()
      • NamedDescriptor

        protected NamedDescriptor​(java.lang.String inName,
                                  java.lang.String inTitle)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getTitle

        public java.lang.String getTitle()
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • writeTo

        public void writeTo​(java.io.DataOutputStream out,
                            int serial)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • readFields

        protected void readFields​(java.io.DataInputStream in,
                                  int serial)
                           throws java.io.IOException
        Throws:
        java.io.IOException