public final class ExpandedReference<T> extends Reference<T>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | exists() | 
| T | get() | 
| java.util.Map<java.lang.Object,java.lang.Object> | getIdProperties()A map of properties key by the idProperty enum in the model class for the referent object. | 
| boolean | isExpanded()indicates a reference is expanded and can be resolved to an object by calling get, or whether
 the reference is collapsed and calling get will throw an exception. | 
| java.util.Iterator<T> | iterator() | 
| com.atlassian.fugue.Option<T> | option() | 
| java.lang.Class | referentClass() | 
public java.util.Iterator<T> iterator()
public T get()
public com.atlassian.fugue.Option<T> option()
public boolean exists()
public boolean isExpanded()
ReferenceisExpanded in class Reference<T>public java.util.Map<java.lang.Object,java.lang.Object> getIdProperties()
ReferencegetIdProperties in class Reference<T>public java.lang.Class referentClass()
referentClass in class Reference<T>Copyright © 2003-2014 Atlassian. All Rights Reserved.