Guvnor - Project API 6.1.0.CR2

org.guvnor.common.services.project.model
Class QualifierModel

java.lang.Object
  extended by org.guvnor.common.services.project.model.QualifierModel

@Portable
public class QualifierModel
extends Object


Constructor Summary
QualifierModel()
           
QualifierModel(String type)
           
 
Method Summary
 void addArgument(String key, String value)
           
 Map<String,String> getArguments()
           
 String getType()
           
 String getValue()
           
 boolean isSimple()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualifierModel

public QualifierModel()

QualifierModel

public QualifierModel(String type)
Method Detail

isSimple

public boolean isSimple()

getType

public String getType()

getValue

public String getValue()

getArguments

public Map<String,String> getArguments()

setType

public void setType(String type)

setValue

public void setValue(String value)

addArgument

public void addArgument(String key,
                        String value)

Guvnor - Project API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.