public interface DataTypeParameters
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAsJSON()
Returns the parameters represented as JSON.
|
java.lang.Object |
getAsObject()
Returns the parameters in a Java friendly manner i.e.
|
java.lang.Object getAsObject()
java.lang.Object getAsJSON()
Implementations can use whatever JSON libraries they desire, the only rule is that the object returned must toString() to either a JSON array or JSON object i.e. [...] or {...}
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.