Class Property

java.lang.Object
org.nuxeo.runtime.model.Property

public class Property extends Object
Author:
Bogdan Stefanescu
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getValue

      public Object getValue()
    • getType

      public String getType()
    • getName

      public String getName()
    • getString

      public String getString()
    • getInteger

      public Integer getInteger()
    • getBoolean

      public Boolean getBoolean()
    • getList

      public List<String> getList()