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

    • Making http post requests using okhttp
    • setRequestProperty (URLConnection)
    • onCreateOptionsMenu (Activity)
    • runOnUiThread (Activity)
    • SecureRandom (java.security)
      This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
    • Vector (java.util)
      Vector is an implementation of List, backed by an array and synchronized. All optional operations in
    • BlockingQueue (java.util.concurrent)
      A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
    • Handler (java.util.logging)
      A Handler object accepts a logging request and exports the desired messages to a target, for example
    • Response (javax.ws.rs.core)
      Defines the contract between a returned instance and the runtime when an application needs to provid
    • LoggerFactory (org.slf4j)
      The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
    • PhpStorm for WordPress
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

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