Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.common.metadata.traittypes.traittypes
Interface SetGenerator


public interface SetGenerator

A representation of the model object ' Set Generator '.

Provisional API - subject to change

See Also:
TraitTypesPackage.getSetGenerator()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getAlgorithm ()
          Returns the value of the ' Algorithm ' attribute
 java.lang.String getExpression ()
          Returns the value of the ' Expression ' attribute
 void setAlgorithm (java.lang.String value)
          Sets the value of the ' Algorithm' attribute
 void setExpression (java.lang.String value)
          Sets the value of the ' Expression' attribute
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAlgorithm

java.lang.String getAlgorithm()
Returns the value of the ' Algorithm ' attribute.

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

Returns:
the value of the 'Algorithm' attribute.
See Also:
setAlgorithm(String), TraitTypesPackage.getSetGenerator_Algorithm()

setAlgorithm

void setAlgorithm(java.lang.String value)
Sets the value of the ' Algorithm' attribute.

Parameters:
value - the new value of the 'Algorithm' attribute.
See Also:
getAlgorithm()

getExpression

java.lang.String getExpression()
Returns the value of the ' Expression ' attribute.

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

Returns:
the value of the 'Expression' attribute.
See Also:
setExpression(String), TraitTypesPackage.getSetGenerator_Expression()

setExpression

void setExpression(java.lang.String value)
Sets the value of the ' Expression' attribute.

Parameters:
value - the new value of the 'Expression' attribute.
See Also:
getExpression()



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire