public interface RegionDefinition
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RegionHeightEnum | 
getHeight()
Access the height of the region definition 
 | 
java.lang.String | 
getId()
Access the id of the region definition 
 | 
java.lang.String | 
getName()
Access the name of the region definition 
 | 
RegionWidthEnum | 
getWidth()
Access the width of the region definition 
 | 
static final java.lang.String CLASS_VERSION
java.lang.String getId()
java.lang.String getName()
RegionWidthEnum getWidth()
RegionHeightEnum getHeight()