Class ItemsValidator.ProfileTypeUID
java.lang.Object
org.openhab.core.common.AbstractUID
org.openhab.core.model.validation.ItemsValidator.ProfileTypeUID
- Enclosing class:
ItemsValidator
-
Field Summary
Fields inherited from class org.openhab.core.common.AbstractUID
SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintSpecifies how many segments the UID has to have at least.Methods inherited from class org.openhab.core.common.AbstractUID
equals, getAllSegments, getAsString, getSegment, hashCode, isValid, toString, validateSegment
-
Constructor Details
-
ProfileTypeUID
-
-
Method Details
-
getMinimalNumberOfSegments
public int getMinimalNumberOfSegments()Description copied from class:AbstractUIDSpecifies how many segments the UID has to have at least.- Specified by:
getMinimalNumberOfSegmentsin classAbstractUID- Returns:
- the number of segments
-