Class MODSystemSettings
java.lang.Object
it.uniroma2.art.semanticturkey.mdr.services.mod.MODSystemSettings
- All Implemented Interfaces:
Settings,STProperties
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
STProperties.BasicPropertiesConstraints, STProperties.BasicPropertyConstraintValidator -
Field Summary
FieldsModifier and TypeFieldDescriptionFields 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
-
catalog
@STProperty(description="Catalog-level settings", displayName="Catalog") public CatalogsSystemSettings catalog -
semanticArtefact
@STProperty(description="Semantic-artefact-level settings", displayName="Semantic artefact") public SemanticArtefactsSystemSettings semanticArtefact -
record
@STProperty(description="Record-level settings", displayName="Record") public RecordsSystemSettings record -
distribution
@STProperty(description="Distribution-level settings", displayName="Distribution") public DistributionsSystemSettings distribution
-
-
Constructor Details
-
MODSystemSettings
public MODSystemSettings()
-
-
Method Details
-
getShortName
- Specified by:
getShortNamein interfaceSTProperties
-