ru.j1c
Class Metadatas.Calendar

java.lang.Object
  extended by ru.j1c.Metadatas.Reference
      extended by ru.j1c.Metadatas.Calendar
All Implemented Interfaces:
Serializable, Comparable, Metadatas.Distribution
Enclosing class:
Metadatas

public final class Metadatas.Calendar
extends Metadatas.Reference
implements Metadatas.Distribution

See Also:
Serialized Form

Method Summary
 List<Integer> getLengthDays()
           
 Metadatas.DistributionRule getRule()
           
 int getStartDay()
          Получить первый день календаря.
 char symbol()
          Идентификатор определяющий тип данных
 String toString()
           
 
Methods inherited from class ru.j1c.Metadatas.Reference
compareTo, equals, getComment, getId, getMetaData, getName, getSynonym, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getStartDay

public int getStartDay()
Получить первый день календаря. Число, начиная от Юлианского дня: 1 января 4713 до н. э.

Returns:
Первый день календаря от Юлианского дня

getLengthDays

public List<Integer> getLengthDays()
Returns:
the lengthDays

symbol

public char symbol()
Description copied from class: Metadatas.Reference
Идентификатор определяющий тип данных

Specified by:
symbol in class Metadatas.Reference
Returns:
Символ метаданных

toString

public String toString()
Overrides:
toString in class Metadatas.Reference

getRule

public Metadatas.DistributionRule getRule()
Specified by:
getRule in interface Metadatas.Distribution


Copyright © 2011 J1C corp. All Rights Reserved.