| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectDefinitionFactory
| Method Summary | |
|---|---|
|  ObjectDefinition | create()Create a new ObjectDefinition instance. | 
|  ObjectDefinition | create(java.lang.String name)Create a definition object with the specified name. | 
|  ObjectDefinition | create(java.lang.String name,
       java.lang.String displayName)Create a definition object with the specified set of attributes. | 
| Method Detail | 
|---|
ObjectDefinition create()
ObjectDefinition create(java.lang.String name)
name - the name
ObjectDefinition create(java.lang.String name,
                        java.lang.String displayName)
name - the namedisplayName - the displayable name for this property; or null
 if the display name is the same as the property name.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||