Package cz.cvut.kbss.ontodriver.model
Class LangString
java.lang.Object
cz.cvut.kbss.ontodriver.model.LangString
- All Implemented Interfaces:
Serializable
Represents a string value with a (optional) language tag.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LangString
-
LangString
-
-
Method Details
-
getValue
Gets the lexical value of this string.- Returns:
- Lexical value
-
getLanguage
Gets the language tag (if present).- Returns:
- Optional language tag value
-
equals
-
hashCode
public int hashCode() -
toString
-