Interface OptionSetUInteger.BitIndex
- All Known Implementing Classes:
AccessLevelExType.Field,AccessLevelType.Field,AccessRestrictionType.Field,AlarmMask.Field,AttributeWriteMask.Field,DataSetFieldContentMask.Field,DataSetFieldFlags.Field,EventNotifierType.Field,JsonDataSetMessageContentMask.Field,JsonNetworkMessageContentMask.Field,LldpSystemCapabilitiesMap.Field,PasswordOptionsMask.Field,PermissionType.Field,PubSubConfigurationRefMask.Field,TrustListValidationOptions.Field,UadpDataSetMessageContentMask.Field,UadpNetworkMessageContentMask.Field,UserConfigurationMask.Field
- Enclosing class:
- OptionSetUInteger<F extends Enum<F> & OptionSetUInteger.BitIndex>
public static interface OptionSetUInteger.BitIndex
Identifiers a type that has a corresponding bit index.
-
Method Summary
-
Method Details
-
getBitIndex
int getBitIndex()- Returns:
- the index of some bit that corresponds with this type.
-