java.lang.Object
org.gui4j.core.definition.AttributeTypeFloatingPoint
- All Implemented Interfaces:
- AttributeType, DefaultValueAttributeType
- public class AttributeTypeFloatingPoint
- extends java.lang.Object
- implements DefaultValueAttributeType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultValue
private final java.lang.String defaultValue
AttributeTypeFloatingPoint
public AttributeTypeFloatingPoint()
AttributeTypeFloatingPoint
public AttributeTypeFloatingPoint(double defaultValue)
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