net.java.slee.resource.diameter.gq.events.avp
Interface FlowGrouping

All Superinterfaces:
java.lang.Cloneable, net.java.slee.resource.diameter.base.events.avp.DiameterAvp, net.java.slee.resource.diameter.base.events.avp.GroupedAvp
All Known Implementing Classes:
FlowGroupingImpl

public interface FlowGrouping
extends net.java.slee.resource.diameter.base.events.avp.GroupedAvp

Defines an interface representing the ip flows list grouped AVP type.

From the Diameter Gq' Reference Point Protocol Details (ETSI TS 183.017 V1.4.0) specification:

 7.3.18 Flow-Grouping AVP
 The Binding-input-list AVP (AVP Code 508) is of type Grouped AVP and holds a list of IP flows 
 
 It has the following ABNF grammar: 
  Flow-Grouping ::= AVP Header: 508 13019
      [ Flows ]
 

Author:
Yulian Oifa

Field Summary
 
Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT
 
Method Summary
 Flows[] getFlows()
          Returns the value of the V4-Transport-Address AVP, of type Grouped.
 void setFlow(Flows flow)
          Sets the value of the Flows AVP, of type Grouped.
 void setFlows(Flows[] flows)
          Sets the value of the Flows AVP, of type Grouped.
 
Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp
getExtensionAvps, setExtensionAvps
 
Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, octetStringValue, stringValue
 

Method Detail

getFlows

Flows[] getFlows()
Returns the value of the V4-Transport-Address AVP, of type Grouped. A return value of null implies that the AVP has not been set.


setFlow

void setFlow(Flows flow)
Sets the value of the Flows AVP, of type Grouped.


setFlows

void setFlows(Flows[] flows)
Sets the value of the Flows AVP, of type Grouped.



Copyright © 2012. All Rights Reserved.