Skip to content

Commit

Permalink
chore: Add javadoc [DHIS2-18370]
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelarabori committed Jan 20, 2025
1 parent 21f8b2d commit 68c6746
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
import org.hisp.dhis.common.BaseDimensionalItemObject;
import org.hisp.dhis.common.BaseIdentifiableObject;
import org.hisp.dhis.common.DimensionItemType;
import org.hisp.dhis.common.DimensionalItemObject;
import org.hisp.dhis.common.EmbeddedObject;
import org.hisp.dhis.common.IdScheme;
import org.hisp.dhis.common.ValueType;
Expand All @@ -60,6 +61,12 @@
import org.hisp.dhis.option.OptionSet;
import org.hisp.dhis.schema.annotation.Property;

/**
* This class represents the junction of a {@link Program}, {@link DataElement}, {@link Option} and
* the respective {@link Aggregation}. It's mainly used as a dimensional item ({@link
* DimensionalItemObject}), in visualization objects. ie: {@link
* org.hisp.dhis.visualization.Visualization}
*/
@NoArgsConstructor
@JacksonXmlRootElement(localName = "programDataElementOptionDimension", namespace = DXF_2_0)
public class ProgramDataElementOptionDimensionItem extends BaseDimensionalItemObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,20 @@
import org.hisp.dhis.common.BaseDimensionalItemObject;
import org.hisp.dhis.common.BaseIdentifiableObject;
import org.hisp.dhis.common.DimensionItemType;
import org.hisp.dhis.common.DimensionalItemObject;
import org.hisp.dhis.common.EmbeddedObject;
import org.hisp.dhis.common.IdScheme;
import org.hisp.dhis.legend.LegendSet;
import org.hisp.dhis.option.Option;
import org.hisp.dhis.schema.annotation.Property;
import org.hisp.dhis.trackedentity.TrackedEntityAttribute;

/**
* This class represents the junction of a {@link Program}, {@link TrackedEntityAttribute}, {@link
* Option} and the respective {@link Aggregation}. It's mainly used as a dimensional item ({@link
* DimensionalItemObject}), in visualization objects. ie: {@link
* org.hisp.dhis.visualization.Visualization}
*/
@NoArgsConstructor
@JacksonXmlRootElement(localName = "programAttributeOptionDimension", namespace = DXF_2_0)
public class ProgramTrackedEntityAttributeOptionDimensionItem extends BaseDimensionalItemObject
Expand Down

0 comments on commit 68c6746

Please sign in to comment.