Enum Class Intend
- All Implemented Interfaces:
Serializable, Comparable<Intend>, Constable
Attributes the relationship between a
Project ("this project")
and an associated ResourceProvider.-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe project consumes the resources from the associated provider, but it does not expose them, i.e. the project in its role as provider does not provide them to others.The project consumes the resources from the associated provider and makes them available to other projects that have this project as a dependency.The resources from the provider are forwarded to other projects that have this project as a dependency but are not used (consumed) by this project.The resources from the associated provider are genuinely provided by this project, i.e. supplied by this project. -
Method Summary
-
Enum Constant Details
-
Consume
-
Forward
-
Expose
-
Supply
The resources from the associated provider are genuinely provided by this project, i.e. supplied by this project. This is the default relationship between a project and its generators. It implies that the resources obtained through this dependency are exposed to projects that have this project as a dependency.
-
-
Method Details
-
values
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-