net.sf.sevenzipjbinding
Class PropertyInfo

java.lang.Object
  extended by net.sf.sevenzipjbinding.PropertyInfo

public class PropertyInfo
extends java.lang.Object

Container for property information attributes.

Since:
4.65-1
Author:
Boris Brodski

Field Summary
 java.lang.String name
          Name of property.
 PropID propID
          Native property index
 java.lang.Class<?> varType
          Type of the property values
 
Constructor Summary
PropertyInfo()
           
 
Method Summary
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name of property. null for some archive types.


propID

public PropID propID
Native property index


varType

public java.lang.Class<?> varType
Type of the property values

Constructor Detail

PropertyInfo

public PropertyInfo()
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object