SysML

Uses of Class
org.topcased.sysml.RequirementKind

Packages that use RequirementKind
org.topcased.sysml   
org.topcased.sysml.impl   
 

Uses of RequirementKind in org.topcased.sysml
 

Fields in org.topcased.sysml with type parameters of type RequirementKind
static java.util.List<RequirementKind> RequirementKind.VALUES
          A public read-only list of all the 'Requirement Kind' enumerators.
 

Methods in org.topcased.sysml that return RequirementKind
static RequirementKind RequirementKind.get(int value)
          Returns the 'Requirement Kind' literal with the specified integer value.
static RequirementKind RequirementKind.get(java.lang.String literal)
          Returns the 'Requirement Kind' literal with the specified literal value.
static RequirementKind RequirementKind.getByName(java.lang.String name)
          Returns the 'Requirement Kind' literal with the specified name.
 RequirementKind Requirement.getKind()
          Returns the value of the 'Kind' attribute.
static RequirementKind RequirementKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequirementKind[] RequirementKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.topcased.sysml with parameters of type RequirementKind
 void Requirement.setKind(RequirementKind value)
          Sets the value of the 'Kind' attribute.
 

Uses of RequirementKind in org.topcased.sysml.impl
 

Fields in org.topcased.sysml.impl declared as RequirementKind
protected  RequirementKind RequirementImpl.kind
          The cached value of the 'Kind' attribute.
protected static RequirementKind RequirementImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute.
 

Methods in org.topcased.sysml.impl that return RequirementKind
 RequirementKind SysMLFactoryImpl.createRequirementKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 RequirementKind RequirementImpl.getKind()
           
 

Methods in org.topcased.sysml.impl with parameters of type RequirementKind
 void RequirementImpl.setKind(RequirementKind newKind)
           
 


SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.