Package org.libvirt

Class TypedParameter

    • Constructor Detail

      • TypedParameter

        public TypedParameter()
    • Method Detail

      • getType

        public abstract int getType()
        The type of the parameter
        Returns:
        the Type of the parameter
      • getTypeAsString

        public abstract java.lang.String getTypeAsString()
        Utility function for displaying the type
        Returns:
        the Type of the parameter as string
      • getValueAsString

        public abstract java.lang.String getValueAsString()
        Utility function for displaying the value
        Returns:
        the value of the parameter in String form
      • copyOf

        public static byte[] copyOf​(byte[] original,
                                    int length)