Class SectorPropertyIndex
- java.lang.Object
-
- org.seamcat.model.plugin.system.optional.SectorPropertyIndex
-
- All Implemented Interfaces:
SectorProperty
public class SectorPropertyIndex extends java.lang.Object implements SectorProperty
-
-
Field Summary
Fields Modifier and Type Field Description static SectorPropertyIndex
SECTOR_ONE
static SectorPropertyIndex
SECTOR_THREE
static SectorPropertyIndex
SECTOR_TWO
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
-
-
-
Field Detail
-
SECTOR_ONE
public static final SectorPropertyIndex SECTOR_ONE
-
SECTOR_TWO
public static final SectorPropertyIndex SECTOR_TWO
-
SECTOR_THREE
public static final SectorPropertyIndex SECTOR_THREE
-
-