Package org.nuxeo.runtime.model
Class Property
- java.lang.Object
-
- org.nuxeo.runtime.model.Property
-
public class Property extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBoolean()IntegergetInteger()List<String>getList()StringgetName()StringgetString()StringgetType()ObjectgetValue()
-