org.topbraidcomposer.ui.dialogs.restrictions
Class RestrictionType

java.lang.Object
  extended by org.topbraidcomposer.ui.dialogs.restrictions.RestrictionType
Direct Known Subclasses:
AllValuesFromRestrictionType, CardinalityRestrictionType, HasValueRestrictionType, MaxCardinalityRestrictionType, MinCardinalityRestrictionType, SomeValuesFromRestrictionType

public abstract class RestrictionType
extends java.lang.Object


Constructor Summary
RestrictionType(com.hp.hpl.jena.rdf.model.Property property, java.lang.String keyword, java.lang.String imageName)
           
 
Method Summary
 java.lang.String getImageName()
           
 java.lang.String getKeyword()
           
 com.hp.hpl.jena.rdf.model.Property getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictionType

public RestrictionType(com.hp.hpl.jena.rdf.model.Property property,
                       java.lang.String keyword,
                       java.lang.String imageName)
Method Detail

getImageName

public java.lang.String getImageName()

getKeyword

public java.lang.String getKeyword()

getProperty

public com.hp.hpl.jena.rdf.model.Property getProperty()