Interface IFieldComponentDefinition

All Superinterfaces:
IComponentDefinition, IContentDefinition, Serializable

public interface IFieldComponentDefinition extends IComponentDefinition
Base interface for component definition
Author:
omenuel
  • Method Details Link icon

    • getPropertytype Link icon

      String getPropertytype()
    • setPropertytype Link icon

      void setPropertytype(String newValue)
    • getProperty Link icon

      IProtocolSupport getProperty()
    • setProperty Link icon

      void setProperty(IProtocolSupport newValue)
    • isEditable Link icon

      boolean isEditable()
    • setEditable Link icon

      void setEditable(boolean newValue)
    • isMandatory Link icon

      boolean isMandatory()
    • setMandatory Link icon

      void setMandatory(boolean newValue)