org.eclipse.corona.model.container
Interface RelationshipFile

All Known Implementing Classes:
RelationshipFileImpl

public interface RelationshipFile

A representation of the model object 'Relationship File'.

The following features are supported:


Method Summary
 java.lang.String getType_()
          Returns the value of the 'Type' attribute
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 

Method Detail

getType_

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

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

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

setType

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

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

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String)

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String)

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.