| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.descriptor.model.Requirement
public class Requirement
Describes a component requirement.
| Constructor Summary | |
|---|---|
Requirement()
 | 
|
| Method Summary | |
|---|---|
 String | 
getFieldName()
Get the field name which has this requirement.  | 
 String | 
getRole()
Get the role field.  | 
 String | 
getRoleHint()
Get the roleHint field.  | 
 void | 
setFieldName(String fieldName)
Set the field name which has this requirement.  | 
 void | 
setRole(String role)
Set the role field.  | 
 void | 
setRoleHint(String roleHint)
Set the roleHint field.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Requirement()
| Method Detail | 
|---|
public String getFieldName()
public String getRole()
public String getRoleHint()
public void setFieldName(String fieldName)
fieldName - public void setRole(String role)
role - public void setRoleHint(String roleHint)
roleHint - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||