public class AnnotationFilter extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
AnnotationFilter() |
AnnotationFilter(String name,
String icon,
String type,
String author,
Map<String,String> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Annotation annotation) |
String |
getAuthor() |
String |
getField(String name) |
Map<String,String> |
getFields() |
String |
getIcon() |
String |
getName() |
List<String> |
getParameters() |
String |
getType() |
boolean |
hasParameters() |
void |
removeField(String name) |
void |
setAuthor(String author) |
void |
setField(String name,
String value) |
void |
setFields(Map<String,String> fields) |
void |
setType(String type) |
public AnnotationFilter()
public boolean accept(Annotation annotation)
public void removeField(String name)
public List<String> getParameters()
public boolean hasParameters()
Copyright © 2018 Nuxeo. All rights reserved.