|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.ccmdb.model.def.AbstractDefinition
com.ibm.di.connector.ccmdb.model.def.ModelObjectDefinition
public class ModelObjectDefinition
The base definition for an object from the data model.
Constructor Summary | |
---|---|
ModelObjectDefinition(java.lang.String className)
|
Method Summary | |
---|---|
void |
addProperty(PropertyDefinition property)
|
java.lang.String |
getClassName()
|
java.util.Collection<PropertyDefinition> |
getProperties()
|
PropertyDefinition |
getProperty(java.lang.String name)
|
Methods inherited from class com.ibm.di.connector.ccmdb.model.def.AbstractDefinition |
---|
getDisplayName, getDisplayPrefix, isVisible, setDisplayName, setDisplayPrefix, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelObjectDefinition(java.lang.String className)
className
- Method Detail |
---|
public java.lang.String getClassName()
public void addProperty(PropertyDefinition property)
property
- public PropertyDefinition getProperty(java.lang.String name)
name
-
public java.util.Collection<PropertyDefinition> getProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |