interface: LocalizedTripleObject

public abstract <<interface>> interface: LocalizedTripleObject
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1952 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:15:49; Modified: 16.07.2009 15:15:49;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {DF8BDC68-266A-46d4-88EC-6A546FA95195}
Indicates whether an object can be an object of an s-p-o triple.
 

Goto: Methods

See also: LocalizedString, TreeFragment

Appears in: util

Connections
 
LocalizedTripleObject Methods
Operation Details
public
getLanguage():String
Sequential
Notes: Get the language of this element.
@return The iso 639-2 code of the language. If the element has no language, "" or null is returned.
public
hashCode():int
Sequential
public
hasValue():boolean
Sequential
Notes: Check if this object has useful content.
@return true if either this element has a value or a sub-element of it.
public
setLanguage(
   String language):void
Sequential
Notes: Set the language of this element.
public
toJson():String
Sequential
Notes: Display this object as JSON object.
@return The object as JSON
public
toRdf():String
Sequential
Notes: Display this object as RDF/XML.
@return The object as RDF