Class RepositoryImpl.DescriptorValue

  • Enclosing class:
    RepositoryImpl

    protected static final class RepositoryImpl.DescriptorValue
    extends Object
    Represents a Repository Descriptor Value (either Value or Value[])
    • Constructor Detail

      • DescriptorValue

        protected DescriptorValue​(Value val)
      • DescriptorValue

        protected DescriptorValue​(Value[] vals)
    • Method Detail

      • getValue

        protected Value getValue()
      • getValues

        protected Value[] getValues()