org.foray.fotree
Interface PropertyType

All Known Implementing Classes:
AxslProperty, FoProperty, XmlProperty

public interface PropertyType

Common interface for all enumerated property classes.


Method Summary
 String toStringUnparsed()
          Returns the raw, unparsed value of this property type that would be found in an input file, or that would be meaningful to a user in a user message.
 

Method Detail

toStringUnparsed

String toStringUnparsed()
Returns the raw, unparsed value of this property type that would be found in an input file, or that would be meaningful to a user in a user message. For example, an implementation might be an enum with an element called WRITING_MODE. But the unparsed value of this element would be "writing-mode".

Returns:
The unparsed name for the property type.


Copyright © 2017. All rights reserved.