Class PropertyInfo

java.lang.Object
org.loboevolution.info.PropertyInfo

public class PropertyInfo extends Object

PropertyInfo class.

  • Constructor Details

    • PropertyInfo

      public PropertyInfo(String name, Class propType)

      Constructor for PropertyInfo.

      Parameters:
      name - a String object.
      propType - a Class object.