Uses of Class
gov.nasa.arc.pds.xml.generated.GroupLength
-
Packages that use GroupLength Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of GroupLength in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as GroupLength Modifier and Type Field Description protected GroupLength
GroupFieldBinary. groupLength
protected GroupLength
GroupFieldCharacter. groupLength
Methods in gov.nasa.arc.pds.xml.generated that return GroupLength Modifier and Type Method Description GroupLength
ObjectFactory. createGroupLength()
Create an instance ofGroupLength
GroupLength
GroupFieldBinary. getGroupLength()
Gets the value of the groupLength property.GroupLength
GroupFieldCharacter. getGroupLength()
Gets the value of the groupLength property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type GroupLength Modifier and Type Method Description void
GroupFieldBinary. setGroupLength(GroupLength value)
Sets the value of the groupLength property.void
GroupFieldCharacter. setGroupLength(GroupLength value)
Sets the value of the groupLength property.
-