org.apache.tuscany.sdo.util.metadata
Interface JavaMetaData

All Known Implementing Classes:
JavaMetaDataImpl

public interface JavaMetaData

A representation of the model object 'Java Meta Data'.

The following features are supported:


Method Summary
 java.lang.String getFactoryInterface()
          Returns the value of the 'Factory Interface' attribute.
 java.lang.String getTypeInterface()
          Returns the value of the 'Type Interface' attribute.
 void setFactoryInterface(java.lang.String value)
          Sets the value of the 'Factory Interface' attribute.
 void setTypeInterface(java.lang.String value)
          Sets the value of the 'Type Interface' attribute.
 

Method Detail

getFactoryInterface

java.lang.String getFactoryInterface()
Returns the value of the 'Factory Interface' attribute.

If the meaning of the 'Factory Interface' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Factory Interface' attribute.
See Also:
setFactoryInterface(String)

setFactoryInterface

void setFactoryInterface(java.lang.String value)
Sets the value of the 'Factory Interface' attribute.

Parameters:
value - the new value of the 'Factory Interface' attribute.
See Also:
getFactoryInterface()

getTypeInterface

java.lang.String getTypeInterface()
Returns the value of the 'Type Interface' attribute.

If the meaning of the 'Type Interface' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Interface' attribute.
See Also:
setTypeInterface(String)

setTypeInterface

void setTypeInterface(java.lang.String value)
Sets the value of the 'Type Interface' attribute.

Parameters:
value - the new value of the 'Type Interface' attribute.
See Also:
getTypeInterface()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.