public interface IMicroPatternGenerationProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty(java.lang.String propertyName)
Returns the property named propertyName
|
java.util.Iterator<java.lang.String> |
propertyNames()
Returns an iterator if property names.
|
void |
setProperty(java.lang.String propertyName,
java.lang.String propertyValue)
Sets the property name with a property value.
|
static final java.lang.String copyright
java.lang.String getProperty(java.lang.String propertyName)
propertyName
- java.util.Iterator<java.lang.String> propertyNames()
void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
propertyName
- propertyValue
-