Package | com.vmware.core.model |
Interface | public interface IOptional |
Implementors | DataObject |
Property | Defined By | ||
---|---|---|---|
isUnset : Boolean
Indicates whether the contained value(s) or the data properties of this
object are unset. | IOptional |
isUnset | property |
isUnset:Boolean
Indicates whether the contained value(s) or the data properties of this object are unset. The notion of unset is synonymous with unspecified or invalid.
public function get isUnset():Boolean
public function set isUnset(value:Boolean):void