Class EscherPropertyMetaData


  • public class EscherPropertyMetaData
    extends java.lang.Object
    This class stores the type and description of an escher property.
    • Constructor Detail

      • EscherPropertyMetaData

        public EscherPropertyMetaData​(java.lang.String description)
        Parameters:
        description - The description of the escher property.
      • EscherPropertyMetaData

        public EscherPropertyMetaData​(java.lang.String description,
                                      byte type)
        Parameters:
        description - The description of the escher property.
        type - The type of the property.
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getType

        public byte getType()