com.atlassian.jira.propertyset
Interface OfBizPropertyEntryStore.PropertyEntry

Enclosing interface:
OfBizPropertyEntryStore

public static interface OfBizPropertyEntryStore.PropertyEntry

Holds the type and value of a property.


Method Summary
 int getType()
          The type of the property set entry.
 Object getValue()
          Returns a safe copy of the cached value of this property entry.
 Object getValue(int type)
          Returns a safe copy of the cached value of this property entry with the requested type as opposed to its actual stored type.
 

Method Detail

getType

int getType()
The type of the property set entry. See the value-type constants defined in PropertySet for valid values and their meanings.


getValue

@Nullable
Object getValue()
Returns a safe copy of the cached value of this property entry.


getValue

@Nullable
Object getValue(int type)
Returns a safe copy of the cached value of this property entry with the requested type as opposed to its actual stored type.

Parameters:
type - the type mapping to perform on the value


Copyright © 2002-2014 Atlassian. All Rights Reserved.