com.evolveum.midpoint.repo.sql.query2.definition
Class PropertyDefinition

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query2.definition.Definition
      extended by com.evolveum.midpoint.repo.sql.query2.definition.PropertyDefinition

public class PropertyDefinition
extends Definition

Author:
lazyman

Constructor Summary
PropertyDefinition(QName jaxbName, QName jaxbType, String propertyName, Class propertyType)
           
 
Method Summary
 boolean isEnumerated()
           
 boolean isIndexed()
           
 boolean isLob()
           
 boolean isPolyString()
           
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.definition.Definition
getJaxbName, getJaxbType, getJpaName, getJpaType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinition

public PropertyDefinition(QName jaxbName,
                          QName jaxbType,
                          String propertyName,
                          Class propertyType)
Method Detail

isLob

public boolean isLob()

isPolyString

public boolean isPolyString()

isEnumerated

public boolean isEnumerated()

isIndexed

public boolean isIndexed()


Copyright © 2013 evolveum. All Rights Reserved.