com.hp.hpl.deli
Class JenaProcessProfile.ProcessAttribute

java.lang.Object
  extended bycom.hp.hpl.deli.JenaProcessProfile.ProcessAttribute
Enclosing class:
JenaProcessProfile

private class JenaProcessProfile.ProcessAttribute
extends java.lang.Object


Field Summary
(package private)  java.lang.String attributeName
           
(package private)  ExtendedStatement attributeStatement
           
(package private)  com.hp.hpl.jena.rdf.model.Resource ccppCollectionType
           
(package private)  com.hp.hpl.jena.rdf.model.Resource ccppType
           
(package private)  java.lang.String currentComponent
           
(package private)  com.hp.hpl.jena.rdf.model.Resource qn
           
 
Constructor Summary
(package private) JenaProcessProfile.ProcessAttribute(com.hp.hpl.jena.rdf.model.Statement _attributeStatement, java.lang.String _currentComponent)
           
 
Method Summary
private  void checkDatatype(com.hp.hpl.jena.rdf.model.RDFNode value)
           
private  void checkRDFdatatype(com.hp.hpl.jena.rdf.model.Literal object)
           
private  VectorUnique getValues()
           
private  void processValues()
           
private  void validateContainer(java.lang.String container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentComponent

java.lang.String currentComponent

attributeName

java.lang.String attributeName

attributeStatement

ExtendedStatement attributeStatement

ccppType

com.hp.hpl.jena.rdf.model.Resource ccppType

ccppCollectionType

com.hp.hpl.jena.rdf.model.Resource ccppCollectionType

qn

com.hp.hpl.jena.rdf.model.Resource qn
Constructor Detail

JenaProcessProfile.ProcessAttribute

JenaProcessProfile.ProcessAttribute(com.hp.hpl.jena.rdf.model.Statement _attributeStatement,
                                    java.lang.String _currentComponent)
                              throws com.hp.hpl.jena.rdf.model.RDFException,
                                     java.lang.Exception
Method Detail

processValues

private void processValues()
                    throws java.lang.Exception
Throws:
java.lang.Exception

validateContainer

private void validateContainer(java.lang.String container)
                        throws java.lang.Exception
Throws:
java.lang.Exception

checkDatatype

private void checkDatatype(com.hp.hpl.jena.rdf.model.RDFNode value)
                    throws java.lang.Exception
Throws:
java.lang.Exception

checkRDFdatatype

private void checkRDFdatatype(com.hp.hpl.jena.rdf.model.Literal object)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getValues

private VectorUnique getValues()
                        throws java.lang.Exception
Throws:
java.lang.Exception