| Package | Description |
|---|---|
| org.synchronoss.cpo.util | |
| org.synchronoss.cpo.util.jdbc |
| Modifier and Type | Field and Description |
|---|---|
protected CpoClassNode |
JTreeMetaVisitor.currentClassNode |
| Modifier and Type | Method and Description |
|---|---|
CpoClassNode |
Proxy.addClass(String className)
Adds a new CpoClass to the meta descriptor
|
protected CpoClassNode |
Proxy.createClassNode(org.synchronoss.cpo.meta.domain.CpoClass cpoClass)
Creates a new cpo class node for the supplied cpo class
|
CpoClassNode |
CpoFunctionGroupLabelNode.getParent() |
CpoClassNode |
CpoAttributeLabelNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Proxy.addAttribute(CpoClassNode cpoClassNode,
org.synchronoss.cpo.meta.domain.CpoAttribute attribute)
Adds the attribute to the cpoClassNode specified if it doesn't already exist.
|
boolean |
Proxy.addAttributes(CpoClassNode cpoClassNode,
List<org.synchronoss.cpo.meta.domain.CpoAttribute> attributes)
Adds the attributes to the cpoClassNode specified if they doesn't already exist.
|
CpoFunctionGroupNode |
Proxy.addFunctionGroup(CpoClassNode cpoClassNode,
String name,
String type)
Adds a new function group using the supplied name and type to the cpoClassNode
|
int |
CpoClassNode.compareTo(CpoClassNode ccn) |
String |
Proxy.generateSourceCode(CpoClassNode node)
Generates the java source code for the specified class.
|
void |
Proxy.removeClass(CpoClassNode cpoClassNode)
Removes the cpo class node from the meta descriptor
|
| Constructor and Description |
|---|
TesterPanel(CpoClassNode cpoClassNode) |
TesterResultsModel(Collection<?> results,
CpoClassNode cpoClassNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcClassNode |
Copyright © 2014. All Rights Reserved.