com.vmware.vim.cf.NullObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yavijava Show documentation
Show all versions of yavijava Show documentation
Java library for VMware vSphere
package com.vmware.vim.cf;
final public class NullObject extends Object
{
final public static NullObject NULL = new NullObject();
private NullObject() {}
@Override
public String toString()
{
return "null";
};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy