com.atlassian.jira.entity.property
Class EntityPropertyType

java.lang.Object
  extended by com.atlassian.jira.entity.property.EntityPropertyType

@ExperimentalApi
public class EntityPropertyType
extends Object

Type of the entity property.

Since:
v6.2

Field Summary
static EntityPropertyType ISSUE_PROPERTY
           
static EntityPropertyType PROJECT_PROPERTY
           
static EntityPropertyType REMOTE_VERSION_LINK
           
 
Constructor Summary
EntityPropertyType(String dbEntityName, String entityName)
           
 
Method Summary
 String getDbEntityName()
           
 String getEntityName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOTE_VERSION_LINK

public static final EntityPropertyType REMOTE_VERSION_LINK

ISSUE_PROPERTY

public static final EntityPropertyType ISSUE_PROPERTY

PROJECT_PROPERTY

public static final EntityPropertyType PROJECT_PROPERTY
Constructor Detail

EntityPropertyType

public EntityPropertyType(String dbEntityName,
                          String entityName)
Method Detail

getDbEntityName

public String getDbEntityName()

getEntityName

public String getEntityName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.