Class LexEntryListPreferences
java.lang.Object
it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences
- All Implemented Interfaces:
STProperties
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
STProperties.BasicPropertiesConstraints, STProperties.BasicPropertyConstraintValidator -
Field Summary
FieldsFields inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
ITERABLE_OF_STRINGS_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
checkAndConvertPropertyValue, convertToPropertyValue, getAnnotations, getEnumeration, getHTMLDescription, getHTMLWarning, getProperties, getPropertyAnnotatedType, getPropertyContentType, getPropertyDefaultValue, getPropertyDescription, getPropertyDisplayName, getPropertyType, getPropertyValue, getStringRepresentation, hasRequiredProperties, isEditRequired, isEnumerated, isParameterProperty, isRequiredProperty, loadProperties, setProperties, setPropertyValue, storeProperties, storeProperties
-
Field Details
-
visualization
@STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences.visualization.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences.visualization.displayName}") @Enumeration({"indexBased","searchBased"}) public String visualization -
indexLength
@STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences.indexLength.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences.indexLength.displayName}") @Min(1L) public @Min(1L) Integer indexLength -
safeToGoLimit
@STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences.safeToGoLimit.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.LexEntryListPreferences.safeToGoLimit.displayName}") public Integer safeToGoLimit
-
-
Constructor Details
-
LexEntryListPreferences
public LexEntryListPreferences()
-
-
Method Details
-
getShortName
- Specified by:
getShortNamein interfaceSTProperties- Returns:
- a humanly understandable short name representing the type of this property set
-