public class Program extends Object
Constructor and Description |
---|
Program() |
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(String prefix,
String uri) |
void |
addRule(Rule rule) |
boolean |
equals(Object o) |
String |
getDescription() |
long |
getId() |
String |
getName() |
Map<String,String> |
getNamespaces() |
List<Rule> |
getRules() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
void |
setNamespaces(Map<String,String> namespaces) |
void |
setRules(List<Rule> rules) |
String |
toString() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.