com.viceversatech.rdfbeans.reflect
Class RDFBeanInfo

java.lang.Object
  extended by com.viceversatech.rdfbeans.reflect.RDFBeanInfo

public class RDFBeanInfo
extends java.lang.Object

RDFBeanInfo.

Author:
alex

Method Summary
protected  org.ontoware.rdf2go.model.node.URI createUri(java.lang.String s)
           
protected  java.lang.String createUriString(java.lang.String s)
           
static RDFBeanInfo get(java.lang.Class rdfBeanClass)
           
 java.beans.BeanInfo getBeanInfo()
           
 java.util.Collection<RDFProperty> getProperties()
           
 RDFProperty getPropertyForMethod(java.lang.reflect.Method m)
           
 java.lang.Class getRDFBeanClass()
           
 java.util.Map<java.lang.String,java.lang.String> getRDFNamespaces()
           
 org.ontoware.rdf2go.model.node.URI getRDFType()
           
 SubjectProperty getSubjectProperty()
           
static boolean isRdfBean(java.lang.Object object)
           
static boolean isRdfBeanClass(java.lang.Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static RDFBeanInfo get(java.lang.Class rdfBeanClass)
                       throws RDFBeanValidationException
Throws:
RDFBeanValidationException

isRdfBean

public static boolean isRdfBean(java.lang.Object object)

isRdfBeanClass

public static boolean isRdfBeanClass(java.lang.Class cls)

createUri

protected org.ontoware.rdf2go.model.node.URI createUri(java.lang.String s)

createUriString

protected java.lang.String createUriString(java.lang.String s)

getRDFBeanClass

public java.lang.Class getRDFBeanClass()

getBeanInfo

public java.beans.BeanInfo getBeanInfo()
Returns:
the beanInfo

getSubjectProperty

public SubjectProperty getSubjectProperty()
Returns:
the subjectProperty

getProperties

public java.util.Collection<RDFProperty> getProperties()
Returns:
the properties

getRDFType

public org.ontoware.rdf2go.model.node.URI getRDFType()

getPropertyForMethod

public RDFProperty getPropertyForMethod(java.lang.reflect.Method m)

getRDFNamespaces

public java.util.Map<java.lang.String,java.lang.String> getRDFNamespaces()


Copyright © 2011. All Rights Reserved.