asia.redact.bracket.properties
Interface ValueModel

All Known Implementing Classes:
BasicValueModel, ImmutableValueModel

public interface ValueModel

As of version 1.3.2, ValueModel is an interface.

Author:
Dave
See Also:
BasicValueModel, ImmutableValueModel

Method Summary
 List<String> getComments()
           
 char getSeparator()
           
 String getValue()
           
 List<String> getValues()
           
 String toXML(int level)
           
 

Method Detail

getSeparator

char getSeparator()

getComments

List<String> getComments()

getValues

List<String> getValues()

getValue

String getValue()

toXML

String toXML(int level)


Copyright © 2011-2013 David R. Smith. All Rights Reserved.