Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
Modifier and Type | Method and Description |
---|---|
static DictionaryEntry.AttributeGroup |
DictionaryEntry.AttributeGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryEntry.AttributeGroup[] |
DictionaryEntry.AttributeGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected DictionaryEntry.AttributeGroup[] |
Attributes.groups |
Modifier and Type | Method and Description |
---|---|
boolean |
Attribute.appliesTo(DictionaryEntry.AttributeGroup group)
Test if this attribute type is applicable to an attribute group.
|
boolean |
Attributes.appliesTo(DictionaryEntry.AttributeGroup _group) |
Constructor and Description |
---|
Attributes(String _name,
String _description,
boolean _alwaysHasValue,
Class<T> _valueClass,
T _exampleAttributeValue,
DictionaryEntry.AttributeGroup[] _groups) |
Attributes(String _name,
String _description,
DictionaryEntry.AttributeGroup[] _groups) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.