Class CiProperty


  • public abstract class CiProperty
    extends java.lang.Object
    • Constructor Detail

      • CiProperty

        protected CiProperty​(CiProperty wrapped)
      • CiProperty

        protected CiProperty​(ConfigurationItem rootCi,
                             java.lang.String fqPropertyExpression)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
      • getValue

        public <T> T getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • getCategory

        public java.lang.String getCategory()
      • isPassword

        public boolean isPassword()
      • isIndexed

        public boolean isIndexed()
      • exists

        public boolean exists()
      • replaceInStrings

        protected abstract void replaceInStrings​(java.lang.String variableKey,
                                                 java.lang.String replacement)