|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProductStructureRelation.RelationType>
com.rapidtransform.product.model.ProductStructureRelation.RelationType
public static enum ProductStructureRelation.RelationType
Enum Constant Summary | |
---|---|
DECOMPOSITION
The related ProductConstituent is one or possibly many components of the relating Product |
|
FUNCTIONALITY
The related ProductConstituent is part of the functional structure. |
|
OCCURRENCE
The product constituent is an occurence of the complex product. |
|
REALIZATION
The product constituent fulfills some or all the requirements for the complex product, and the constituent and complex products are of different types. |
|
SPECIALIZATION
The product constituent fulfills the requirements for the complex product and they are of the same type. |
Method Summary | |
---|---|
static ProductStructureRelation.RelationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProductStructureRelation.RelationType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ProductStructureRelation.RelationType DECOMPOSITION
public static final ProductStructureRelation.RelationType FUNCTIONALITY
public static final ProductStructureRelation.RelationType OCCURRENCE
public static final ProductStructureRelation.RelationType REALIZATION
public static final ProductStructureRelation.RelationType SPECIALIZATION
Method Detail |
---|
public static final ProductStructureRelation.RelationType[] values()
for(ProductStructureRelation.RelationType c : ProductStructureRelation.RelationType.values()) System.out.println(c);
public static ProductStructureRelation.RelationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |