Class Properties

    • Field Detail

      • ATT_MTP

        protected static final java.lang.String ATT_MTP
        xml attribute name for the Shape
        See Also:
        Constant Field Values
      • ATT_SHAPE

        protected static final java.lang.String ATT_SHAPE
        xml attribute name for the Shape
        See Also:
        Constant Field Values
      • ATT_SHOWAREA

        protected static final java.lang.String ATT_SHOWAREA
        xml attribute name for the ShowArea
        See Also:
        Constant Field Values
      • ATT_SUBTYPE

        protected static final java.lang.String ATT_SUBTYPE
        xml attribute name for the Subtype
        See Also:
        Constant Field Values
    • Constructor Detail

      • Properties

        public Properties()
    • Method Detail

      • getMtp

        public int getMtp()
      • getShape

        public java.lang.String getShape()
      • getShowArea

        public java.lang.String getShowArea()
      • getSubtype

        public java.lang.String getSubtype()
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement