Class EnumerationReference

All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, HasId, HasProjectId, ModelEntityReference, Serializable

public final class EnumerationReference extends ModelEntityReferenceBase<Enumeration,EnumerationReference> implements HasId, HasProjectId
Since:
3.9.0
See Also:
  • Constructor Details

    • EnumerationReference

      public EnumerationReference(@NotNull String id, @Nullable String type, @NotNull Scope scope)
      Parameters:
      type - - empty string or string containing only white space characters is treated as null
      Throws:
      IllegalArgumentException - when id is empty string
    • EnumerationReference

      public EnumerationReference(@NotNull String id, @Nullable String type, @Nullable String projectId)
      Parameters:
      type - - empty string or string containing only white space characters is treated as null
      projectId - - null means global scope
      Throws:
      IllegalArgumentException - when id is empty string
      Since:
      3.19.2
  • Method Details