public class Requirement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Requirement.Type
enum of all Type
|
Constructor and Description |
---|
Requirement() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
Requirement.Type |
getType() |
String |
getValue() |
void |
setNamespace(String namespace) |
void |
setType(Requirement.Type type) |
void |
setValue(String value) |
public Requirement.Type getType()
public void setType(Requirement.Type type)
public String getValue()
public void setValue(String value)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2015 SeqWare. All rights reserved.