Interface IEntityProperty

    • Method Detail

      • tryGetAsString

        java.lang.String tryGetAsString()
        Returns a string representation of whatever value this property represents. Vocabulary terms will be represented as their CODE, material values will be represented as "CODE (TYPE_CODE)".
      • tryGetOriginalValue

        java.lang.String tryGetOriginalValue()
      • setMaterial

        void setMaterial​(Material material)
      • getSample

        Sample getSample()
      • setSample

        void setSample​(Sample sample)
      • setVocabularyTerm

        void setVocabularyTerm​(VocabularyTerm vocabularyTerm)
      • getValue

        java.lang.String getValue()
      • setValue

        void setValue​(java.lang.String value)
      • setPropertyType

        void setPropertyType​(PropertyType propertyType)
      • setOrdinal

        void setOrdinal​(java.lang.Long ordinal)
      • getOrdinal

        java.lang.Long getOrdinal()
      • isManaged

        boolean isManaged()
      • isDynamic

        boolean isDynamic()
      • isScriptable

        boolean isScriptable()