Class NullableUriStyleableKey

All Implemented Interfaces:
Serializable, ReadOnlyStyleableMapAccessor<URI>, WritableStyleableMapAccessor<URI>, Key<URI>, MapAccessor<URI>

public class NullableUriStyleableKey extends AbstractStyleableKey<URI> implements WritableStyleableMapAccessor<URI>
NullableUriStyleableKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • NullableUriStyleableKey

      public NullableUriStyleableKey(String name)
      Creates a new instance with the specified name and with null as the default value.
      Parameters:
      name - The name of the key.
    • NullableUriStyleableKey

      public NullableUriStyleableKey(String key, URI defaultValue)
      Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
      Parameters:
      key - The name of the name. type parameters are given. Otherwise specify them in arrow brackets.
      defaultValue - The default value.
  • Method Details