|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.util.VehicleUtil
public final class VehicleUtil
Method Summary | |
---|---|
static void |
addAdministrativeId(Vehicle vehicle,
String ref,
String id)
Adds an administrative id into the alternative-ref-list of the vehicle |
static Classification[] |
getAdministrativeIdList(Vehicle vehicle,
String ref)
Returns the classifications in the aternativeRefList of the vehicle mathing the ref given. |
static Value[] |
getCapacityAmountListByAmountOf(Vehicle vehicle,
String ref)
Returns the values of the vehicle whose amount-of checks the ref in the ETAI:measure dictionary |
static Classification |
getClassificationByRef(Vehicle vehicle,
String dic,
String ref)
Gets the classification from classificationList property. |
static String |
getClassificationValue(Vehicle vehicle,
String dic,
String ref)
Gets the classification.value from classificationList. |
static ExplicitDate[] |
getDateListByType(Vehicle vehicle,
String ref)
Returns the dates of this vehicle matching the ref in the ETAI:date dictionary |
static Identification[] |
getIdentificationListByBreakdown(Vehicle vehicle,
String ref)
returns the vehicle identifications whose breakdown matches the given ref |
static Identification[] |
getIdentificationListBySource(Vehicle vehicle,
String source)
returns the vehicle identifications whose source matches the given one |
static Tire |
getTireByRef(Vehicle vehicle,
String dic,
String ref)
Gets the tire from tireList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Classification[] getAdministrativeIdList(Vehicle vehicle, String ref)
vehicle
- ref
-
public static void addAdministrativeId(Vehicle vehicle, String ref, String id)
vehicle
- ref
- id
- public static ExplicitDate[] getDateListByType(Vehicle vehicle, String ref)
vehicle
- ref
-
public static Value[] getCapacityAmountListByAmountOf(Vehicle vehicle, String ref)
vehicle
- ref
-
public static Identification[] getIdentificationListByBreakdown(Vehicle vehicle, String ref)
vehicle
- ref
-
public static Identification[] getIdentificationListBySource(Vehicle vehicle, String source)
vehicle
- source
-
public static Classification getClassificationByRef(Vehicle vehicle, String dic, String ref)
vehicle
- dic
- ref
-
public static String getClassificationValue(Vehicle vehicle, String dic, String ref)
vehicle
- dic
- ref
-
public static Tire getTireByRef(Vehicle vehicle, String dic, String ref)
vehicle
- dic
- ref
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |