datechooser.beans.editor.descriptor
Class IntegerDescriptor

java.lang.Object
  extended by datechooser.beans.editor.descriptor.ClassDescriptor
      extended by datechooser.beans.editor.descriptor.IntegerDescriptor

public class IntegerDescriptor
extends ClassDescriptor

Since:
1.0
Author:
Androsov Vadim
See Also:
DescriptionManager, ClassDescriptor, Integer

Field Summary
 
Fields inherited from class datechooser.beans.editor.descriptor.ClassDescriptor
NEW_LINE_SEPARATOR, ONE_LINE_SEPARATOR
 
Constructor Summary
IntegerDescriptor()
           
 
Method Summary
 boolean canProcessNull()
          Does class plan to process null values.
 java.lang.Class getDescriptedClass()
          Class of descripting object.
 java.lang.String getDescription(java.lang.Object value)
          Describes object for output.
 java.lang.String getJavaDescription(java.lang.Object value)
          Java initialization code.
 
Methods inherited from class datechooser.beans.editor.descriptor.ClassDescriptor
getClassName, getDescription, getSeparator, isNewLineParameters, setNewLineParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerDescriptor

public IntegerDescriptor()
Method Detail

getDescriptedClass

public java.lang.Class getDescriptedClass()
Description copied from class: ClassDescriptor
Class of descripting object.
Класс описываемого объекта.

Specified by:
getDescriptedClass in class ClassDescriptor

getJavaDescription

public java.lang.String getJavaDescription(java.lang.Object value)
Description copied from class: ClassDescriptor
Java initialization code.
Возвращает код инициализации на Java.

Specified by:
getJavaDescription in class ClassDescriptor

getDescription

public java.lang.String getDescription(java.lang.Object value)
Description copied from class: ClassDescriptor
Describes object for output.
Возвращает описание объекта для вывода на экран.

Specified by:
getDescription in class ClassDescriptor
See Also:
ClassDescriptor.getDescription(Object, Locale)

canProcessNull

public boolean canProcessNull()
Description copied from class: ClassDescriptor
Does class plan to process null values. Берет ли класс на себя обработку пустых значений.

Overrides:
canProcessNull in class ClassDescriptor