public static class TaggingPresetItems.Role extends Object
Modifier and Type | Field and Description |
---|---|
long |
count |
String |
key |
String |
locale_text |
SearchCompiler.Match |
memberExpression |
boolean |
required |
String |
text |
String |
text_context |
EnumSet<TaggingPresetType> |
types |
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
boolean |
addToPanel(JPanel p,
Collection<OsmPrimitive> sel) |
long |
getValidCount(long c) |
void |
setMember_expression(String member_expression) |
void |
setRequisite(String str) |
void |
setType(String types) |
public EnumSet<TaggingPresetType> types
public String text_context
public String locale_text
public SearchCompiler.Match memberExpression
public boolean required
public long count
public Role()
public void setType(String types) throws SAXException
SAXException
public void setRequisite(String str) throws SAXException
SAXException
public void setMember_expression(String member_expression) throws SAXException
SAXException
public long getValidCount(long c)
public boolean addToPanel(JPanel p, Collection<OsmPrimitive> sel)