Interface NonElementRef<T,C>

All Known Subinterfaces:
AttributePropertyInfo<T,C>, RuntimeAttributePropertyInfo, RuntimeNonElementRef, RuntimeTypeRef, RuntimeValuePropertyInfo, TypeRef<T,C>, ValuePropertyInfo<T,C>
All Known Implementing Classes:
CAttributePropertyInfo, CTypeRef, CValuePropertyInfo

public interface NonElementRef<T,C>
Reference to a NonElement. This interface defines properties of a reference.
Author:
Kohsuke Kawaguchi
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the property which is the source of this reference.
    Target of the reference.
  • Method Details

    • getTarget

      NonElement<T,C> getTarget()
      Target of the reference.
      Returns:
      never null
    • getSource

      PropertyInfo<T,C> getSource()
      Gets the property which is the source of this reference.
      Returns:
      never null