org.eclipse.corona.model.container
Interface ResourceSubset

All Known Implementing Classes:
ResourceSubsetImpl

public interface ResourceSubset

A representation of the model object 'Resource Subset'.

The following features are supported:


Method Summary
 java.lang.String getSelectionCriteria()
          Returns the value of the 'Selection Criteria' attribute
 java.lang.String getType_()
          Returns the value of the 'Type' attribute
 void setSelectionCriteria(java.lang.String value)
          Sets the value of the 'Selection Criteria' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 

Method Detail

getSelectionCriteria

java.lang.String getSelectionCriteria()
Returns the value of the 'Selection Criteria' attribute.

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

Returns:
the value of the 'Selection Criteria' attribute.
See Also:
setSelectionCriteria(String)

setSelectionCriteria

void setSelectionCriteria(java.lang.String value)
Sets the value of the 'Selection Criteria' attribute.

Parameters:
value - the new value of the 'Selection Criteria' attribute.
See Also:
getSelectionCriteria()

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_()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.