A rule or principle prescribing a particular course of action or conduct.
Apparently the DIWG love this term, so clearly we had to use it! ;n)
5556575859606162636465
throws PAPIException { MarinerPageContext pageContext = ContextInternals.getMarinerPageContext(context); SelectAttributes attributes = (SelectAttributes) papiAttributes; Precept precept = Precept.MATCH_FIRST; Value expr = BooleanValue.TRUE; if (attributes.getPrecept() != null) { precept = Precept.literal(attributes.getPrecept());