Class SectorPropertyType
- java.lang.Object
-
- org.seamcat.model.plugin.system.optional.SectorPropertyType
-
- All Implemented Interfaces:
SectorProperty
public class SectorPropertyType extends java.lang.Object implements SectorProperty
To be used as a special marking of the sector space
-
-
Field Summary
Fields Modifier and Type Field Description static SectorPropertyType
NORMAL
static SectorPropertyType
REFERENCE
-
Constructor Summary
Constructors Constructor Description SectorPropertyType()
-
-
-
Field Detail
-
REFERENCE
public static final SectorPropertyType REFERENCE
-
NORMAL
public static final SectorPropertyType NORMAL
-
-