com.metamatrix.common.object
Class PropertyDefinitionImplFactory

java.lang.Object
  extended by com.metamatrix.common.object.PropertyDefinitionImplFactory

public class PropertyDefinitionImplFactory
extends java.lang.Object


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

PropertyDefinitionImplFactory

public PropertyDefinitionImplFactory()
Method Detail

create

public ObjectDefinition create()
Create a new ObjectDefinition instance.

Returns:
the new instance

create

public ObjectDefinition create(java.lang.String name)
Create a definition object with the specified name.

Parameters:
name - the name
Returns:
the new instance

create

public ObjectDefinition create(java.lang.String name,
                               java.lang.String displayName)
Create a definition object with the specified set of attributes.

Parameters:
name - the name
displayName - the displayable name for this property; or null if the display name is the same as the property name.
Returns:
the new instance


Copyright © 2009. All Rights Reserved.