Uses of Class
fr.abes.cbs.notices.TYPE_NOTICE
-
Packages that use TYPE_NOTICE Package Description fr.abes.cbs.notices fr.abes.cbs.zones -
-
Uses of TYPE_NOTICE in fr.abes.cbs.notices
Fields in fr.abes.cbs.notices declared as TYPE_NOTICE Modifier and Type Field Description protected TYPE_NOTICEZone. typeNoticeMethods in fr.abes.cbs.notices that return TYPE_NOTICE Modifier and Type Method Description TYPE_NOTICEAutorite. getType()TYPE_NOTICEBiblio. getType()TYPE_NOTICEDonneeLocale. getType()TYPE_NOTICEExemplaire. getType()TYPE_NOTICEINotice. getType()TYPE_NOTICENoticeConcrete. getType()static TYPE_NOTICETYPE_NOTICE. valueOf(String name)Returns the enum constant of this type with the specified name.static TYPE_NOTICE[]TYPE_NOTICE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.abes.cbs.notices with parameters of type TYPE_NOTICE Constructor Description Zone(String label, TYPE_NOTICE typeNotice)Zone(String label, TYPE_NOTICE typeNotice, char[] indicateurs)Zone(String label, TYPE_NOTICE typeNotice, char[] indicateurs, String value)Zone(String label, TYPE_NOTICE typeNotice, com.google.common.collect.Table<Integer,String,String> subLabelTable)Zone(String label, TYPE_NOTICE typeNotice, com.google.common.collect.Table<Integer,String,String> subLabelTable, char[] indicateurs)Zone(String label, TYPE_NOTICE typeNotice, String value) -
Uses of TYPE_NOTICE in fr.abes.cbs.zones
Fields in fr.abes.cbs.zones declared as TYPE_NOTICE Modifier and Type Field Description TYPE_NOTICEZoneSpecification. typeNoticeZoneMethods in fr.abes.cbs.zones with parameters of type TYPE_NOTICE Modifier and Type Method Description static ZoneSpecificationZonesSpecifications. getZoneSpecification(String label, TYPE_NOTICE type)Constructors in fr.abes.cbs.zones with parameters of type TYPE_NOTICE Constructor Description ZoneSpecification(String name, String sublabelSpecification, boolean isProtected, TYPE_NOTICE type)ZoneSpecification(String name, String sublabelSpecification, boolean isProtected, TYPE_NOTICE type, String order)
-