Class STPropertyType
java.lang.Object
it.uniroma2.art.semanticturkey.properties.dynamic.STPropertyType
- All Implemented Interfaces:
STProperties
A type for an
STProperties property.- Author:
- Manuel Fiorelli
-
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
-
name
@STProperty(description="{it.uniroma2.art.semanticturkey.properties.dynamic.STPropertyType.name.description}", displayName="{it.uniroma2.art.semanticturkey.properties.dynamic.STPropertyType.name.displayName}") @Required @Enumeration({"boolean","short","integer","long","float","double","IRI","Literal","RDFValue","URL","String"}) public String name -
set
@STProperty(description="{it.uniroma2.art.semanticturkey.properties.dynamic.STPropertyType.set.description}", displayName="{it.uniroma2.art.semanticturkey.properties.dynamic.STPropertyType.set.displayName}") @Required public Boolean set
-
-
Constructor Details
-
STPropertyType
public STPropertyType()
-
-
Method Details
-
getShortName
- Specified by:
getShortNamein interfaceSTProperties- Returns:
- a humanly understandable short name representing the type of this property set
-