Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j.core.definition
Class AttributeTypeFloatingPoint  view AttributeTypeFloatingPoint download AttributeTypeFloatingPoint.java

java.lang.Object
  extended byorg.gui4j.core.definition.AttributeTypeFloatingPoint
All Implemented Interfaces:
AttributeType, DefaultValueAttributeType

public class AttributeTypeFloatingPoint
extends java.lang.Object
implements DefaultValueAttributeType


Field Summary
private  java.lang.String defaultValue
           
 
Constructor Summary
AttributeTypeFloatingPoint()
           
AttributeTypeFloatingPoint(double defaultValue)
           
 
Method Summary
 void accept(AttributeTypeVisitor visitor)
           
 java.lang.String getDefaultValue()
           
 java.lang.String getDTDTypeDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultValue

private final java.lang.String defaultValue
Constructor Detail

AttributeTypeFloatingPoint

public AttributeTypeFloatingPoint()

AttributeTypeFloatingPoint

public AttributeTypeFloatingPoint(double defaultValue)
Method Detail

getDTDTypeDefinition

public java.lang.String getDTDTypeDefinition()
Specified by:
getDTDTypeDefinition in interface AttributeType

getDefaultValue

public java.lang.String getDefaultValue()
Specified by:
getDefaultValue in interface DefaultValueAttributeType

accept

public void accept(AttributeTypeVisitor visitor)
Specified by:
accept in interface AttributeType