Rel (enum)

API

Rel.java
enum Rel {
  SELF
  DESCRIBEDBY
  UP
  PREVIOUS
  NEXT
  HELP
  ICON
  ACTION
  ACTION_PARAM
  ADD_TO
  ATTACHMENT
  CHOICE
  CLEAR
  COLLECTION
  DEFAULT
  DELETE
  DETAILS
  DOMAIN_TYPE
  DOMAIN_TYPES
  ELEMENT
  ELEMENT_TYPE
  INVOKE
  MODIFY
  PERSIST
  PROPERTY
  REMOVE_FROM
  RETURN_TYPE
  SERVICE
  SERVICES
  UPDATE
  USER
  VALUE
  VERSION
  CONTRIBUTED_BY
  OBJECT_LAYOUT
  OBJECT_ICON
  LAYOUT
  MENUBARS
  BRAND_LOGO_SIGNIN
  BRAND_LOGO_HEADER
  LOGOUT
  String getName()     (1)
  String getSimpleName()     (2)
  String andParam(String paramName, String paramValue)     (3)
  boolean matches(Rel otherRel)
  boolean matches(String otherRelStr)
  Rel parse(String str)
}
1 getName()

full spec name with rel-def and suffix, eg. urn:org.apache.causeway.restfulobjects:rels/menuBars

2 getSimpleName()

suffix only, eg. menuBars

3 andParam(String, String)

For those Rel s that also take a param

Members

getName()

full spec name with rel-def and suffix, eg. urn:org.apache.causeway.restfulobjects:rels/menuBars

getSimpleName()

suffix only, eg. menuBars

andParam(String, String)

For those Rel s that also take a param