Uses of Interface
org.openprovenance.prov.model.LangString
-
Packages that use LangString Package Description org.openprovenance.prov.model Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it. -
-
Uses of LangString in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return LangString Modifier and Type Method Description LangStringObjectFactory. createInternationalizedString()LangStringProvFactory. newInternationalizedString(String s)LangStringProvFactory. newInternationalizedString(String s, String lang)Methods in org.openprovenance.prov.model that return types with arguments of type LangString Modifier and Type Method Description List<LangString>HasLabel. getLabel()Gets the value of the label property.Methods in org.openprovenance.prov.model with parameters of type LangString Modifier and Type Method Description voidTypedValue. setValue(LangString value)Sets thevalueproperty.
-