java.lang.Object
org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property

public class Property extends Object
Entity resource property. Used in JPARS 2.0 metadata model.
Since:
EclipseLink 2.6.0.
  • Constructor Details

    • Property

      public Property()
      Default constructor.
    • Property

      public Property(String ref)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)
    • getItems

      public Property getItems()
    • setItems

      public void setItems(Property items)