org.apache.tuscany.sdo.model.java
Interface JavaInfo

All Known Implementing Classes:
JavaInfoImpl

public interface JavaInfo

A representation of the model object 'Info'.

The following features are supported:


Method Summary
 java.lang.String getJavaClass()
          Returns the value of the 'Java Class' attribute.
 void setJavaClass(java.lang.String value)
          Sets the value of the 'Java Class' attribute.
 

Method Detail

getJavaClass

java.lang.String getJavaClass()
Returns the value of the 'Java Class' attribute.

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

Returns:
the value of the 'Java Class' attribute.
See Also:
setJavaClass(String)

setJavaClass

void setJavaClass(java.lang.String value)
Sets the value of the 'Java Class' attribute.

Parameters:
value - the new value of the 'Java Class' attribute.
See Also:
getJavaClass()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.