Protege-OWL 3.5 beta

edu.stanford.smi.protegex.owl.javacode
Class RDFPropertyAtClassCode

java.lang.Object
  extended by edu.stanford.smi.protegex.owl.javacode.RDFPropertyAtClassCode
All Implemented Interfaces:
java.lang.Comparable

public class RDFPropertyAtClassCode
extends java.lang.Object
implements java.lang.Comparable

An object representing metadata about a property at a class useful for Java code generation.

Author:
Holger Knublauch

Constructor Summary
RDFPropertyAtClassCode(RDFSNamedClass cls, RDFProperty property, boolean usePrefixInNames)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getJavaName()
           
 java.lang.String getJavaType()
           
 RDFProperty getRDFProperty()
           
 java.lang.String getUpperCaseJavaName()
           
 boolean isCustomType()
           
 boolean isMultiple()
           
 boolean isPrimitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFPropertyAtClassCode

public RDFPropertyAtClassCode(RDFSNamedClass cls,
                              RDFProperty property,
                              boolean usePrefixInNames)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getJavaName

public java.lang.String getJavaName()

getJavaType

public java.lang.String getJavaType()

getRDFProperty

public RDFProperty getRDFProperty()

getUpperCaseJavaName

public java.lang.String getUpperCaseJavaName()

isCustomType

public boolean isCustomType()

isMultiple

public boolean isMultiple()

isPrimitive

public boolean isPrimitive()

Protege-OWL 3.5 beta

Submit a bug report or feature request
${copyright}