Tabnine Logo
Unmodifiable$UnmodifiableType.getDelegate
Code IndexAdd Tabnine to your IDE (free)

How to use
getDelegate
method
in
ca.uhn.hl7v2.model.Unmodifiable$UnmodifiableType

Best Java code snippets using ca.uhn.hl7v2.model.Unmodifiable$UnmodifiableType.getDelegate (Showing top 10 results out of 315)

origin: ca.uhn.hapi/hapi-osgi-base

public Location provideLocation(Location parentLocation, int index, int repetition) {
  return getDelegate().provideLocation(parentLocation, index, repetition);
}
origin: ca.uhn.hapi/hapi-osgi-base

public String encode() throws HL7Exception {
  return getDelegate().encode();
}
origin: ca.uhn.hapi/hapi-osgi-base

public Message getMessage() {
  return unmodifiableMessage(getDelegate().getMessage());
}
origin: ca.uhn.hapi/hapi-base

public Location provideLocation(Location parentLocation, int index, int repetition) {
  return getDelegate().provideLocation(parentLocation, index, repetition);
}
origin: ca.uhn.hapi/hapi-osgi-base

public ExtraComponents getExtraComponents() {
  return unmodifiableExtraComponents(getDelegate().getExtraComponents());
}
origin: ca.uhn.hapi/hapi-osgi-base

public String getName() {
  return getDelegate().getName();
}
origin: ca.uhn.hapi/hapi-base

public String encode() throws HL7Exception {
  return getDelegate().encode();
}
origin: ca.uhn.hapi/hapi-base

public ExtraComponents getExtraComponents() {
  return unmodifiableExtraComponents(getDelegate().getExtraComponents());
}
origin: ca.uhn.hapi/hapi-base

public String getName() {
  return getDelegate().getName();
}
origin: ca.uhn.hapi/hapi-base

public Message getMessage() {
  return unmodifiableMessage(getDelegate().getMessage());
}
ca.uhn.hl7v2.modelUnmodifiable$UnmodifiableTypegetDelegate

Popular methods of Unmodifiable$UnmodifiableType

    Popular in Java

    • Making http post requests using okhttp
    • putExtra (Intent)
    • findViewById (Activity)
    • getContentResolver (Context)
    • Socket (java.net)
      Provides a client-side TCP socket.
    • URLEncoder (java.net)
      This class is used to encode a string using the format required by application/x-www-form-urlencoded
    • Stream (java.util.stream)
      A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
    • DataSource (javax.sql)
      An interface for the creation of Connection objects which represent a connection to a database. This
    • JLabel (javax.swing)
    • Logger (org.slf4j)
      The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
    • Top PhpStorm plugins
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now