Uses of Class
gov.nasa.pds.tools.label.AttributeStatement

Packages that use AttributeStatement
gov.nasa.pds.tools.label   
gov.nasa.pds.tools.label.antlr   
gov.nasa.pds.tools.label.validate   
 

Uses of AttributeStatement in gov.nasa.pds.tools.label
 

Methods in gov.nasa.pds.tools.label that return AttributeStatement
 AttributeStatement ObjectStatement.getAttribute(java.lang.String identifier)
          Retrieves the named attribute
 AttributeStatement Label.getAttribute(java.lang.String identifier)
          Retrieves the attribute with the identifier or null if not found
 AttributeStatement GroupStatement.getAttribute(java.lang.String identifier)
          Retrieves the named attribute.
 

Uses of AttributeStatement in gov.nasa.pds.tools.label.antlr
 

Methods in gov.nasa.pds.tools.label.antlr that return AttributeStatement
 AttributeStatement ODLParser.assignment_statement()
           
 

Uses of AttributeStatement in gov.nasa.pds.tools.label.validate
 

Methods in gov.nasa.pds.tools.label.validate with parameters of type AttributeStatement
static boolean ElementValidator.isValid(Dictionary dictionary, AttributeStatement attribute)
           
static boolean ElementValidator.isValid(Dictionary dictionary, AttributeStatement attribute, ValidationListener listener)
           
static boolean ElementValidator.isValid(Dictionary dictionary, java.lang.String objectContext, AttributeStatement attribute)
          Checks to see whether an AttributeStatement is correct.
static boolean ElementValidator.isValid(Dictionary dictionary, java.lang.String objectContext, AttributeStatement attribute, ValidationListener listener)
           
static boolean ElementValidator.isValid(ElementDefinition definition, AttributeStatement attribute)
           
static boolean ElementValidator.isValid(ElementDefinition definition, AttributeStatement attribute, ValidationListener listener)
           
 



Copyright © 2005-2007 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.