Class FieldWithAllowedNets<T>

  • All Implemented Interfaces:
    groovy.lang.GroovyObject
    Direct Known Subclasses:
    CaseField, FilterField

    public abstract class FieldWithAllowedNets<T>
    extends Field<T>
    • Constructor Detail

      • FieldWithAllowedNets

        public FieldWithAllowedNets()
      • FieldWithAllowedNets

        public FieldWithAllowedNets​(java.util.List<java.lang.String> allowedNets)
    • Method Detail

      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        setMetaClass in class Field<T>
      • clone

        public void clone​(Field clone)
        Overrides:
        clone in class Field<T>
      • getAllowedNets

        public java.util.List<java.lang.String> getAllowedNets()
      • setAllowedNets

        public void setAllowedNets​(java.util.Collection<java.lang.String> allowedNets)