com.atlassian.jira.jql.util
Class FieldReference

java.lang.Object
  extended by com.atlassian.jira.jql.util.FieldReference

public class FieldReference
extends Object


Constructor Summary
FieldReference(List<String> names, List<String> keys, List<String> objectReferences)
           
 
Method Summary
 String getName()
           
 Property getProperty()
           
 boolean isEntityProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldReference

public FieldReference(List<String> names,
                      List<String> keys,
                      List<String> objectReferences)
Method Detail

getName

public String getName()

getProperty

public Property getProperty()

isEntityProperty

public boolean isEntityProperty()


Copyright © 2002-2014 Atlassian. All Rights Reserved.