Enum BPDia.VAttr
- java.lang.Object
- 
- java.lang.Enum<BPDia.VAttr>
- 
- de.mid.innovator.srv2api.icw2bpdia.BPDia.VAttr
 
 
- 
- All Implemented Interfaces:
- K_VATTR,- java.io.Serializable,- java.lang.Comparable<BPDia.VAttr>
 - Enclosing interface:
- BPDia
 
 public static enum BPDia.VAttr extends java.lang.Enum<BPDia.VAttr> implements K_VATTR 
- 
- 
Enum Constant Summary
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description inttoInt()Returns a specific integer value for the enumeration constant.static BPDia.VAttrvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BPDia.VAttr[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
IsMasterDiapublic static final BPDia.VAttr IsMasterDia 
 - 
OwnedArtifactNodepublic static final BPDia.VAttr OwnedArtifactNode 
 - 
OwnedArtifactNodesSortedpublic static final BPDia.VAttr OwnedArtifactNodesSorted 
 - 
OwnedArtifactNodesSortedByOrderpublic static final BPDia.VAttr OwnedArtifactNodesSortedByOrder 
 - 
OwnedGroupAssignmentpublic static final BPDia.VAttr OwnedGroupAssignment 
 - 
OwnedItemNodepublic static final BPDia.VAttr OwnedItemNode 
 - 
OwnedItemNodesSortedpublic static final BPDia.VAttr OwnedItemNodesSorted 
 - 
OwnedItemNodesSortedByOrderpublic static final BPDia.VAttr OwnedItemNodesSortedByOrder 
 - 
OwnedMappingAssocpublic static final BPDia.VAttr OwnedMappingAssoc 
 - 
OwnedMessageFlowpublic static final BPDia.VAttr OwnedMessageFlow 
 - 
OwnedMessageFlowsSortedByOrderpublic static final BPDia.VAttr OwnedMessageFlowsSortedByOrder 
 - 
OwnedStructureEdgepublic static final BPDia.VAttr OwnedStructureEdge 
 - 
OwnedSupportEdgepublic static final BPDia.VAttr OwnedSupportEdge 
 - 
OwnedSupportEdgesSortedByOrderpublic static final BPDia.VAttr OwnedSupportEdgesSortedByOrder 
 - 
OwnedTermEdgepublic static final BPDia.VAttr OwnedTermEdge 
 - 
OwnedTermNodepublic static final BPDia.VAttr OwnedTermNode 
 - 
OwnedTextNodepublic static final BPDia.VAttr OwnedTextNode 
 - 
OwnedTextNodesSortedByOrderpublic static final BPDia.VAttr OwnedTextNodesSortedByOrder 
 - 
OwnedViewContentEdgepublic static final BPDia.VAttr OwnedViewContentEdge 
 - 
OwnedViewNodepublic static final BPDia.VAttr OwnedViewNode 
 - 
OwnedViewNodesSortedpublic static final BPDia.VAttr OwnedViewNodesSorted 
 - 
OwnedViewNodesSortedByOrderpublic static final BPDia.VAttr OwnedViewNodesSortedByOrder 
 - 
OwningComponentpublic static final BPDia.VAttr OwningComponent 
 - 
OwningPackagepublic static final BPDia.VAttr OwningPackage 
 - 
OwningProcesspublic static final BPDia.VAttr OwningProcess 
 
- 
 - 
Method Detail- 
valuespublic static BPDia.VAttr[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BPDia.VAttr c : BPDia.VAttr.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static BPDia.VAttr valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
- java.lang.IllegalArgumentException- if this enum type has no constant with the specified name
- java.lang.NullPointerException- if the argument is null
 
 
- 
 
-