Protégé-OWL 3.4

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

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

public class RDFPropertyCode
extends Object
implements Comparable

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

Author:
Csongor Nyulas

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

Constructor Detail

RDFPropertyCode

public RDFPropertyCode(RDFProperty property,
                       boolean usePrefixInNames)
Method Detail

compareTo

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

getJavaName

public String getJavaName()

getRDFProperty

public RDFProperty getRDFProperty()

getUpperCaseJavaName

public String getUpperCaseJavaName()

Protégé-OWL 3.4

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.