Class WbemcliUtilFFM.WmiResult<T extends Enum<T>>
java.lang.Object
oshi.util.platform.windows.WbemcliUtilFFM.WmiResult<T>
- Type Parameters:
T- An enum whose constants define the WMI properties
- Enclosing class:
WbemcliUtilFFM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a value for the given property.intgetCIMType(T property) intintvoidIncrements the result count.
-
Constructor Details
-
WmiResult
-
-
Method Details
-
getValue
-
getVtType
-
getCIMType
-
getResultCount
public int getResultCount() -
add
-
incrementResultCount
public void incrementResultCount()Increments the result count.
-