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

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

Best Java code snippets using ca.uhn.hl7v2.model.Unmodifiable$UnmodifiableType (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$UnmodifiableType

Most used methods

  • getDelegate

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (Timer)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Option (scala)
  • Top Sublime Text 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