congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
RelativeDayOfWeekRule.getSubrule
Code IndexAdd Tabnine to your IDE (free)

How to use
getSubrule
method
in
org.jfree.date.RelativeDayOfWeekRule

Best Java code snippets using org.jfree.date.RelativeDayOfWeekRule.getSubrule (Showing top 3 results out of 315)

origin: jfree/jcommon

/**
 * Creates a clone of this rule.
 *
 * @return a clone of this rule.
 *
 * @throws CloneNotSupportedException this should never happen.
 */
public Object clone() throws CloneNotSupportedException {
  final RelativeDayOfWeekRule duplicate 
    = (RelativeDayOfWeekRule) super.clone();
  duplicate.subrule = (AnnualDateRule) duplicate.getSubrule().clone();
  return duplicate;
}
origin: org.jfree/jcommon

/**
 * Creates a clone of this rule.
 *
 * @return a clone of this rule.
 *
 * @throws CloneNotSupportedException this should never happen.
 */
public Object clone() throws CloneNotSupportedException {
  final RelativeDayOfWeekRule duplicate 
    = (RelativeDayOfWeekRule) super.clone();
  duplicate.subrule = (AnnualDateRule) duplicate.getSubrule().clone();
  return duplicate;
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a clone of this rule.
 *
 * @return a clone of this rule.
 *
 * @throws CloneNotSupportedException this should never happen.
 */
public Object clone() throws CloneNotSupportedException {
  final RelativeDayOfWeekRule duplicate 
    = (RelativeDayOfWeekRule) super.clone();
  duplicate.subrule = (AnnualDateRule) duplicate.getSubrule().clone();
  return duplicate;
}
org.jfree.dateRelativeDayOfWeekRulegetSubrule

Javadoc

Returns the sub-rule (also called the reference rule).

Popular methods of RelativeDayOfWeekRule

    Popular in Java

    • Creating JSON documents from java classes using gson
    • getSupportFragmentManager (FragmentActivity)
    • getApplicationContext (Context)
    • orElseThrow (Optional)
      Return the contained value, if present, otherwise throw an exception to be created by the provided s
    • Component (java.awt)
      A component is an object having a graphical representation that can be displayed on the screen and t
    • GridLayout (java.awt)
      The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
    • InetAddress (java.net)
      An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
    • Dictionary (java.util)
      Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
    • Executor (java.util.concurrent)
      An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
    • JFrame (javax.swing)
    • Best plugins for Eclipse
    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