jet.server.api.admin.cfg.custom
Interface CustomField


public interface CustomField

Custom field definition, including name, description, value type and enabled.

Since:
version 9.1

Method Summary
 java.lang.String getDesc()
          Return the description of the field.
 java.lang.String getName()
          Return the name of the field.
 boolean isEnabled()
          Return whether the field is enabled.
 

Method Detail

getName

java.lang.String getName()
Return the name of the field.

Returns:
name of the field.

getDesc

java.lang.String getDesc()
Return the description of the field.

Returns:
description of the field.

isEnabled

boolean isEnabled()
Return whether the field is enabled.

Returns:
whether the field is enabled.