/* * <lgNaming:supportedAssociation uri="urn:oid:11.11.0.1" localId="uses">uses</lgNaming:supportedAssociation> */ public static SupportedAssociation createSupportedAssociationUses() { return SupportedAssociationFactory.createSupportedAssociation( "urn:oid:11.11.0.7", "uses", "uses"); }
public static SupportedAssociation createSupportedAssociationHasSubType() { return SupportedAssociationFactory.createSupportedAssociation( "urn:oid:1.3.6.1.4.1.2114.108.1.8.1", "hasSubType", "hasSubType"); }