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 Boolean
getBoolean()
Integer
getInteger()
List<String>
getList()
String
getName()
String
getString()
String
getType()
Object
getValue()
-