com.metamatrix.common.object
Class ObjectDefinitionImplFactory

java.lang.Object
  extended by com.metamatrix.common.object.ObjectDefinitionImplFactory
All Implemented Interfaces:
ObjectDefinitionFactory

public class ObjectDefinitionImplFactory
extends java.lang.Object
implements ObjectDefinitionFactory


Constructor Summary
ObjectDefinitionImplFactory()
           
 
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

ObjectDefinitionImplFactory

public ObjectDefinitionImplFactory()
Method Detail

create

public ObjectDefinition create()
Create a new ObjectDefinition instance.

Specified by:
create in interface ObjectDefinitionFactory
Returns:
the new instance

create

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

Specified by:
create in interface ObjectDefinitionFactory
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.

Specified by:
create in interface ObjectDefinitionFactory
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.