Class PropertyEntity


  • public class PropertyEntity
    extends Object
    Represents a property entity.
    • Constructor Detail

      • PropertyEntity

        public PropertyEntity​(String name,
                              String type)
        Constructs a property with the specified name and type.
        Parameters:
        name - name of the property
        type - type of the property
    • Method Detail

      • getName

        public String getName()
      • getType

        public String getType()