Uses of Class
gov.nasa.arc.pds.xml.generated.DDRule
-
Packages that use DDRule Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of DDRule in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type DDRule Modifier and Type Field Description protected java.util.List<DDRule>
IngestLDD. ddRules
Methods in gov.nasa.arc.pds.xml.generated that return DDRule Modifier and Type Method Description DDRule
ObjectFactory. createDDRule()
Create an instance ofDDRule
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type DDRule Modifier and Type Method Description java.util.List<DDRule>
IngestLDD. getDDRules()
Gets the value of the ddRules property.
-