org.topbraid.spreadsheets.options
Interface Options

All Known Implementing Classes:
DefaultOptions

public interface Options


Method Summary
 java.lang.String getClassName()
           
 java.lang.String getIDPattern()
          Gets the pattern that shall be used to generate the names for the instances from the data in each row.
 java.util.Map<java.lang.Object,PropertyDetails> getPropertyDetailsMap()
           
 java.lang.String getPropertyNamePrefix()
           
 java.lang.String getSchemaNamespace()
           
 boolean getUseUnderscores()
           
 boolean getUseVerbatim()
           
 

Method Detail

getClassName

java.lang.String getClassName()

getIDPattern

java.lang.String getIDPattern()
Gets the pattern that shall be used to generate the names for the instances from the data in each row. The pattern must be a valid local name with placeholders for the columns. For example if the first column is lastName and the second is firstName then you could use pattern "%2-%1" to create "Ralph-Hodgson".

Returns:
a non-empty pattern

getPropertyNamePrefix

java.lang.String getPropertyNamePrefix()

getSchemaNamespace

java.lang.String getSchemaNamespace()

getPropertyDetailsMap

java.util.Map<java.lang.Object,PropertyDetails> getPropertyDetailsMap()

getUseUnderscores

boolean getUseUnderscores()

getUseVerbatim

boolean getUseVerbatim()