org.apache.clerezza.platform.content
Class InfoDiscobit

java.lang.Object
  extended by org.apache.clerezza.platform.content.InfoDiscobit

public class InfoDiscobit
extends Object

Represents an InfoDiscoBit

Author:
reto

Method Summary
static InfoDiscobit createInstance(org.apache.clerezza.rdf.utils.GraphNode node)
           
 String getContentType()
           
 byte[] getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static InfoDiscobit createInstance(org.apache.clerezza.rdf.utils.GraphNode node)
Parameters:
infoBit -
Returns:
an instance of InfoDiscobit or null if node is not an InfoDiscoBit

getContentType

public String getContentType()

getData

public byte[] getData()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.