@UML(identifier="MD_RestrictionCode", specification=ISO_19115) public final class Restriction extends CodeList<Restriction>
Modifier and Type | Field and Description |
---|---|
static Restriction |
COPYRIGHT
Exclusive right to the publication, production, or sale of the rights to a literary,
dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by
law for a specified period of time to an author, composer, artist, distributor.
|
static Restriction |
INTELLECTUAL_PROPERTY_RIGHTS
Rights to financial benefit from and control of distribution of non-tangible property that is
a result of creativity.
|
static Restriction |
LICENSE
Formal permission to do something.
|
static Restriction |
OTHER_RESTRICTIONS
Limitation not listed.
|
static Restriction |
PATENT
Government has granted exclusive right to make, sell, use or license an invention or
discovery.
|
static Restriction |
PATENT_PENDING
Produced or sold information awaiting a patent.
|
static Restriction |
RESTRICTED
Withheld from general circulation or disclosure.
|
static Restriction |
TRADEMARK
A name, symbol, or other device identifying a product, officially registered and legally
restricted to the use of the owner or manufacturer.
|
Modifier and Type | Method and Description |
---|---|
Restriction[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static Restriction |
valueOf(String code)
Returns the restriction that matches the given string, or returns a new one if none match it.
|
static Restriction[] |
values()
Returns the list of
Restriction s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="copyright", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction COPYRIGHT
@UML(identifier="patent", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction PATENT
@UML(identifier="patentPending", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction PATENT_PENDING
@UML(identifier="trademark", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction TRADEMARK
@UML(identifier="license", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction LICENSE
@UML(identifier="intellectualPropertyRights", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction INTELLECTUAL_PROPERTY_RIGHTS
@UML(identifier="restricted", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction RESTRICTED
@UML(identifier="otherRestictions", obligation=CONDITIONAL, specification=ISO_19115) public static final Restriction OTHER_RESTRICTIONS
public static Restriction[] values()
Restriction
s.public Restriction[] family()
family
in class CodeList<Restriction>
public static Restriction valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.