Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.model
Class Property

java.lang.Object
  extended by org.nuxeo.runtime.model.Property
All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
Property()
           
 
Method Summary
 Boolean getBoolean()
           
 Integer getInteger()
           
 List<String> getList()
           
 String getName()
           
 String getString()
           
 String getType()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

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()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.