public static class Roles.Role extends Object
Modifier and Type | Field and Description |
---|---|
private long |
count |
String |
key |
String |
locale_text
The localized version of
text . |
SearchCompiler.Match |
memberExpression |
boolean |
required |
String |
text
The text to display
|
String |
text_context
The context used for translating
text |
Set<TaggingPresetType> |
types |
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
boolean |
addToPanel(JPanel p) |
long |
getValidCount(long c)
Return either argument, the highest possible value or the lowest allowed value
|
void |
setCount(String count) |
void |
setMember_expression(String member_expression) |
void |
setRequisite(String str) |
void |
setType(String types) |
public Set<TaggingPresetType> types
public String text_context
text
public String locale_text
text
.public SearchCompiler.Match memberExpression
public boolean required
private 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)
c
- countrequired
public boolean addToPanel(JPanel p)