Class EscherPropertyMetaData


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

      • EscherPropertyMetaData

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

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

      • getDescription

        public String getDescription()
      • getType

        public byte getType()