|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.object.PropertyDefinitionImplFactory
public class PropertyDefinitionImplFactory
Constructor Summary | |
---|---|
PropertyDefinitionImplFactory()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyDefinitionImplFactory()
Method Detail |
---|
public ObjectDefinition create()
public ObjectDefinition create(java.lang.String name)
name
- the name
public 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 |