Class MacAddressProperty

  • All Implemented Interfaces:
    INFProperty<java.lang.String,​java.lang.Void>

    public class MacAddressProperty
    extends NFRootProperty<java.lang.String,​java.lang.Void>
    The (first) mac address.
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        The name of the property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MacAddressProperty

        public MacAddressProperty​(IInternalAccess comp)
        Create a new property.
    • Method Detail

      • measureValue

        public java.lang.String measureValue()
        Measure the value.
        Specified by:
        measureValue in class SimpleValueNFProperty<java.lang.String,​java.lang.Void>