Class NodeBrowserPost.Property.Value

    • Constructor Detail

      • Value

        public Value​(Serializable value)
        Construct
        Parameters:
        value - value
    • Method Detail

      • getValue

        public Serializable getValue()
        Gets the value
        Returns:
        the value
      • getDataType

        public String getDataType()
        Gets the value datatype
        Returns:
        the value datatype
      • isContent

        public boolean isContent()
        Determines whether the value is content
        Returns:
        true => is content
      • isNodeRef

        public boolean isNodeRef()
        Determines whether the value is a node ref
        Returns:
        true => is node ref
      • isNullValue

        public boolean isNullValue()
        Determines whether the value is null
        Returns:
        true => value is null